Sha256: 6e43482aae8adf9cef8082144591dca4b812e0e3605475099f68db1e764e278c
Contents?: true
Size: 195 Bytes
Versions: 135
Compression:
Stored size: 195 Bytes
Contents
describe :time_asctime, :shared => true do it "returns a canonical string representation of time" do t = Time.now t.send(@method).should == t.strftime("%a %b %e %H:%M:%S %Y") end end
Version data entries
135 entries across 135 versions & 2 rubygems