Commit 48840ab2684c9b9374fe4f9a6c42c675387bfab3
1 parent
48b1de6d
Exists in
master
and in
29 other branches
Remove dependencies from config/environments/*.rb
Showing
2 changed files
with
0 additions
and
11 deletions
Show diff stats
config/environments/cucumber.rb
@@ -18,12 +18,3 @@ config.action_controller.allow_forgery_protection = false | @@ -18,12 +18,3 @@ config.action_controller.allow_forgery_protection = false | ||
18 | # The :test delivery method accumulates sent emails in the | 18 | # The :test delivery method accumulates sent emails in the |
19 | # ActionMailer::Base.deliveries array. | 19 | # ActionMailer::Base.deliveries array. |
20 | config.action_mailer.delivery_method = :test | 20 | config.action_mailer.delivery_method = :test |
21 | - | ||
22 | -config.gem 'cucumber', :lib => false, :version => '0.4.0' unless File.directory?(File.join(Rails.root, 'vendor/plugins/cucumber')) | ||
23 | -config.gem 'webrat', :lib => false, :version => '0.5.1' unless File.directory?(File.join(Rails.root, 'vendor/plugins/webrat')) | ||
24 | -config.gem 'rspec', :lib => 'spec', :version => '1.2.9' unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec')) | ||
25 | -config.gem 'rspec-rails', :lib => 'spec/rails', :version => '1.2.9' unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec-rails')) | ||
26 | -config.gem 'Selenium', :lib => 'selenium', :version => '>= 1.1.14' unless File.directory?(File.join(Rails.root, 'vendor/plugins/selenium')) | ||
27 | -config.gem 'selenium-client', :lib => 'selenium/client', :version => '>= 1.2.17' unless File.directory?(File.join(Rails.root, 'vendor/plugins/selenium-client')) | ||
28 | -config.gem 'database_cleaner', :lib => 'database_cleaner' | ||
29 | - |
config/environments/test.rb
@@ -20,5 +20,3 @@ config.action_controller.allow_forgery_protection = false | @@ -20,5 +20,3 @@ config.action_controller.allow_forgery_protection = false | ||
20 | # The :test delivery method accumulates sent emails in the | 20 | # The :test delivery method accumulates sent emails in the |
21 | # ActionMailer::Base.deliveries array. | 21 | # ActionMailer::Base.deliveries array. |
22 | config.action_mailer.delivery_method = :test | 22 | config.action_mailer.delivery_method = :test |
23 | - | ||
24 | -config.gem 'exception_notification', :lib => 'exception_notification', :version => '1.0.20090728' |