Sha256: 463496a3171d07879bb62717a8778e9dd44be7d79fd7f08206efa8dbc3104cd6
Contents?: true
Size: 250 Bytes
Versions: 21
Compression:
Stored size: 250 Bytes
Contents
module ActiveSupport module Testing module Default def run(*args) #method_name appears to be a symbol on 1.8.4 and a string on 1.8.6 return if @method_name.to_s == "default_test" super end end end end
Version data entries
21 entries across 21 versions & 4 rubygems