Sha256: a340e80e06b43565fd884eb6bd2da285d879519ef1926f1c6d626d9fc2162208
Contents?: true
Size: 257 Bytes
Versions: 30
Compression:
Stored size: 257 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + "/../../spec_helper") describe Webrat::Logging do it "should not log if there is no logger" do klass = Class.new klass.send(:include, Webrat::Logging) klass.new.debug_log "Testing" end end
Version data entries
30 entries across 30 versions & 11 rubygems