Sha256: 186a757b17dc1c5caa42a5b28e376d526fafb13598d78110b47994552316eef5
Contents?: true
Size: 317 Bytes
Versions: 34
Compression:
Stored size: 317 Bytes
Contents
require "test/unit" class TestTimecopWithoutDateButWithTime < Test::Unit::TestCase TIMECOP_LIB = File.join(File.dirname(__FILE__), '..', 'lib', 'timecop') def test_loads_properly_when_time_is_required_instead_of_date assert_nothing_raised do require "time" require TIMECOP_LIB end end end
Version data entries
34 entries across 32 versions & 4 rubygems