# File lib/cucumber/rails/application.rb, line 10
  def initialize!
    ad = config.action_dispatch
    def ad.show_exceptions
      true
    end
    __cucumber_orig_initialize__
  end