according to rspec-rails docs, rspec-rails should be in both test and development groups. Also, remove some implied gems which are sucked in by rspec-rails
This commit is contained in:
parent
89406b568e
commit
d62a2ffc78
2 changed files with 1 additions and 5 deletions
4
Gemfile
4
Gemfile
|
|
@ -152,10 +152,7 @@ group :test do
|
|||
gem 'factory_girl_rails', '1.7.0'
|
||||
gem 'fixture_builder', '0.3.3'
|
||||
gem 'fuubar', '>= 1.0'
|
||||
gem 'rspec', '>= 2.0.0'
|
||||
gem 'rspec-core', '~> 2.9.0'
|
||||
gem 'rspec-instafail', '>= 0.1.7', :require => false
|
||||
gem "rspec-rails", "~> 2.9.0"
|
||||
gem 'selenium-webdriver', '2.22.1'
|
||||
|
||||
gem 'webmock', '~> 1.7', :require => false
|
||||
|
|
@ -169,6 +166,7 @@ end
|
|||
|
||||
group :test, :development do
|
||||
gem 'debugger', :platforms => :mri_19
|
||||
gem "rspec-rails", "~> 2.9.0"
|
||||
gem 'ruby-debug', :platforms => :mri_18
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -524,8 +524,6 @@ DEPENDENCIES
|
|||
resque-timeout (= 1.0.0)
|
||||
roxml!
|
||||
rpm_contrib (~> 2.1.7)
|
||||
rspec (>= 2.0.0)
|
||||
rspec-core (~> 2.9.0)
|
||||
rspec-instafail (>= 0.1.7)
|
||||
rspec-rails (~> 2.9.0)
|
||||
ruby-debug
|
||||
|
|
|
|||
Loading…
Reference in a new issue