Sha256: d2242b828b2d0d199aecc0c23a32f4676d5890bed85397ba2481d79925b4ee9d
Contents?: true
Size: 251 Bytes
Versions: 7
Compression:
Stored size: 251 Bytes
Contents
require 'cucumber/nagios' #For standalone execution require 'webrat/adapters/mechanize' class ResponseHelper def response webrat_session.response end end World do ResponseHelper.new Webrat::Session.new(Webrat::MechanizeAdapter.new) end
Version data entries
7 entries across 7 versions & 1 rubygems