Commit 786fe29d authored by Ariejan de Vroom's avatar Ariejan de Vroom Committed by Dmitriy Zaporozhets

Moved shoulda to the :test group in Gemfile. This prevennts `rake test`

from running after every other rake command.
parent fd7de95b
...@@ -37,7 +37,6 @@ end ...@@ -37,7 +37,6 @@ end
group :development, :test do group :development, :test do
gem 'rspec-rails' gem 'rspec-rails'
gem "shoulda", "~> 3.0.0.beta2"
gem 'capybara' gem 'capybara'
gem 'autotest' gem 'autotest'
gem 'autotest-rails' gem 'autotest-rails'
...@@ -51,4 +50,5 @@ end ...@@ -51,4 +50,5 @@ end
group :test do group :test do
gem 'turn', :require => false gem 'turn', :require => false
gem 'simplecov', :require => false gem 'simplecov', :require => false
gem "shoulda", "~> 3.0.0.beta2"
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment