Moved shoulda to the :test group in Gemfile. This prevennts rake test
from running after every other rake command.
This commit is contained in:
parent
fd7de95bce
commit
786fe29db4
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -37,7 +37,6 @@ end
|
|||
|
||||
group :development, :test do
|
||||
gem 'rspec-rails'
|
||||
gem "shoulda", "~> 3.0.0.beta2"
|
||||
gem 'capybara'
|
||||
gem 'autotest'
|
||||
gem 'autotest-rails'
|
||||
|
@ -51,4 +50,5 @@ end
|
|||
group :test do
|
||||
gem 'turn', :require => false
|
||||
gem 'simplecov', :require => false
|
||||
gem "shoulda", "~> 3.0.0.beta2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue