Sha256: 9ff644e33d4f378b64bee90339337a8203d990242b49bf659b0cb5241898e593
Contents?: true
Size: 317 Bytes
Versions: 7
Compression:
Stored size: 317 Bytes
Contents
require File.join(File.dirname(__FILE__), "test_helper") class TestTimecopWithoutDateButWithTime < Minitest::Unit::TestCase TIMECOP_LIB = File.join(File.dirname(__FILE__), '..', 'lib', 'timecop') def test_loads_properly_when_time_is_required_instead_of_date require "time" require TIMECOP_LIB end end
Version data entries
7 entries across 7 versions & 2 rubygems