lib/cucumber/nagios/support/env.rb in cucumber-nagios-0.7.6 vs lib/cucumber/nagios/support/env.rb in cucumber-nagios-0.8.0

- old
+ new

@@ -1,16 +1,14 @@ require 'cucumber/nagios' - -#For standalone execution - require 'webrat/adapters/mechanize' +require 'webrat_logging_patches' class ResponseHelper def response webrat_session.response end end World do ResponseHelper.new Webrat::Session.new(Webrat::MechanizeAdapter.new) -end \ No newline at end of file +end