Sha256: 88cf4f741746e0dcd4b657046a3e1414522c852b9986a70f42178a225aed7395
Contents?: true
Size: 959 Bytes
Versions: 2
Compression:
Stored size: 959 Bytes
Contents
config.cache_classes = true # This must be true for Cucumber to operate correctly! # Log error messages when you accidentally call methods on nil. config.whiny_nils = true # Show full error reports and disable caching config.action_controller.consider_all_requests_local = true config.action_controller.perform_caching = false # Disable request forgery protection in test environment config.action_controller.allow_forgery_protection = false # Tell Action Mailer not to deliver emails to the real world. # The :test delivery method accumulates sent emails in the # ActionMailer::Base.deliveries array. config.action_mailer.delivery_method = :test config.gem "cucumber", :lib => false, :version => ">=<%= Cucumber::VERSION::STABLE_STRING %>" config.gem "webrat", :lib => false, :version => ">=0.4.4" config.gem "rspec", :lib => false, :version => ">=1.2.6" config.gem "rspec-rails", :lib => false, :version => ">=1.2.6"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aslakhellesoy-cucumber-0.3.7.3 | rails_generators/cucumber/templates/cucumber_environment.rb |
aslakhellesoy-cucumber-0.3.7.4 | rails_generators/cucumber/templates/cucumber_environment.rb |