Skip to content

Instantly share code, notes, and snippets.

@timurvafin
Created February 21, 2012 14:34
Show Gist options
  • Save timurvafin/1876811 to your computer and use it in GitHub Desktop.
Save timurvafin/1876811 to your computer and use it in GitHub Desktop.
group :development, :test do
gem 'rspec-rails'
gem 'mail_safe'
gem 'tddium'
end
---
:tddium:
:test_pattern:
- features/**.feature
- spec/**_spec.rb
:mysql: false
:postgresql: true
:sqlite: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment