Sha256: 50503a6ddb619542bc1aacbc8db7218a0f6c4159e07d733a51dade02a0cb8dfa

Contents?: true

Size: 1.11 KB

Versions: 21

Compression:

Stored size: 1.11 KB

Contents

# -*- encoding : utf-8 -*-
Wagn.application.class.configure do
  # Edit at your own peril - it's recommended to regenerate this file
  # in the future when you upgrade to a newer version of Cucumber.

  config.eager_load = false

  # IMPORTANT: Setting config.cache_classes to false is known to
  # break Cucumber's use_transactional_fixtures method.
  # For more information see https://rspec.lighthouseapp.com/projects/16211/tickets/165
  config.cache_classes = true

  # Log error messages when you accidentally call methods on nil.
  config.whiny_nils = true

  # Show full error reports and disable caching
  config.consider_all_requests_local = true
  config.action_controller.perform_caching             = true

  # Disable request forgery protection in test environment
  config.action_controller.allow_forgery_protection    = false

  config.active_support.deprecation = :log

  config.log_level = :debug


  # 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
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
wagn-1.17.4 lib/wagn/config/environments/cucumber.rb
wagn-1.17.3 lib/wagn/config/environments/cucumber.rb
wagn-1.17.2 lib/wagn/config/environments/cucumber.rb
wagn-1.17.1 lib/wagn/config/environments/cucumber.rb
wagn-1.17.0 lib/wagn/config/environments/cucumber.rb
wagn-1.16.15 lib/wagn/config/environments/cucumber.rb
wagn-1.16.14 lib/wagn/config/environments/cucumber.rb
wagn-1.16.13 lib/wagn/config/environments/cucumber.rb
wagn-1.16.12 lib/wagn/config/environments/cucumber.rb
wagn-1.16.11 lib/wagn/config/environments/cucumber.rb
wagn-1.16.10 lib/wagn/config/environments/cucumber.rb
wagn-1.16.9 lib/wagn/config/environments/cucumber.rb
wagn-1.16.8 lib/wagn/config/environments/cucumber.rb
wagn-1.16.7 lib/wagn/config/environments/cucumber.rb
wagn-1.16.6 lib/wagn/config/environments/cucumber.rb
wagn-1.16.5 lib/wagn/config/environments/cucumber.rb
wagn-1.16.4 lib/wagn/config/environments/cucumber.rb
wagn-1.16.3 lib/wagn/config/environments/cucumber.rb
wagn-1.16.2 lib/wagn/config/environments/cucumber.rb
wagn-1.16.1 lib/wagn/config/environments/cucumber.rb