Sha256: 78dc1c555fef5ba4a280e8055fe675346094343cfba641e3a439873a39f94267

Contents?: true

Size: 141 Bytes

Versions: 25

Compression:

Stored size: 141 Bytes

Contents

#!/usr/bin/env ruby

# Suppress logs being written to ./webrat.log
module Webrat
  module Logging
    def logger
      nil
    end
  end
end

Version data entries

25 entries across 13 versions & 1 rubygems

Version Path
cucumber-nagios-0.8.3 lib/cucumber/nagios/support/webrat_logging_patches.rb
cucumber-nagios-0.8.3 features/support/webrat_logging_patches.rb
cucumber-nagios-0.8.2 lib/cucumber/nagios/support/webrat_logging_patches.rb
cucumber-nagios-0.8.2 features/support/webrat_logging_patches.rb
cucumber-nagios-0.8.0 lib/cucumber/nagios/support/webrat_logging_patches.rb