class Rails::Application

Public Instance Methods

__cucumber_orig_initialize__()
Alias for: initialize!
initialize!() click to toggle source
# File lib/cucumber/rails/application.rb, line 14
def initialize!
  ad = config.action_dispatch

  def ad.show_exceptions
    true
  end
  __cucumber_orig_initialize__
end
Also aliased as: __cucumber_orig_initialize__