Module: Cucumber
- Defined in:
- lib/cucumber/rails/application.rb,
lib/cucumber/rails/world.rb,
lib/cucumber/rails/world.rb,
lib/cucumber/rails/database.rb,
lib/cucumber/rails/action_dispatch.rb,
lib/cucumber/rails/database/strategy.rb,
lib/cucumber/rails/database/null_strategy.rb,
lib/generators/cucumber/install_generator.rb,
lib/cucumber/rails/database/deletion_strategy.rb,
lib/cucumber/rails/database/truncation_strategy.rb,
lib/cucumber/rails/capybara/javascript_emulation.rb,
lib/cucumber/rails/capybara/select_dates_and_times.rb,
lib/cucumber/rails/database/shared_connection_strategy.rb
Overview
Make sure the ActionDispatch::ShowExceptions middleware is always enabled, regardless of what is in config/environments/test.rb Instead we are overriding ActionDispatch::ShowExceptions to be able to toggle whether or not exceptions are raised.
Defined Under Namespace
Modules: Rails Classes: InstallGenerator