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

Version Path
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/timecop-0.7.1/test/timecop_without_date_but_with_time_test.rb
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/timecop-0.7.1/test/timecop_without_date_but_with_time_test.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/timecop-0.7.1/test/timecop_without_date_but_with_time_test.rb
timecop-0.7.1 test/timecop_without_date_but_with_time_test.rb
timecop-0.7.0 test/timecop_without_date_but_with_time_test.rb
timecop-0.6.3 test/timecop_without_date_but_with_time_test.rb
timecop-0.6.2.2 test/timecop_without_date_but_with_time_test.rb
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/timecop-0.6.1/test/timecop_without_date_but_with_time_test.rb
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/gems/timecop-0.6.1/test/timecop_without_date_but_with_time_test.rb
timecop-0.6.1 test/timecop_without_date_but_with_time_test.rb
timecop-0.6.0 test/timecop_without_date_but_with_time_test.rb
timecop-0.5.9.2 test/timecop_without_date_but_with_time_test.rb
timecop-0.5.9.1 test/timecop_without_date_but_with_time_test.rb
timecop-0.5.9 test/timecop_without_date_but_with_time_test.rb
timecop-0.5.8 test/timecop_without_date_but_with_time_test.rb
timecop-0.5.7 test/timecop_without_date_but_with_time_test.rb
timecop-0.5.6 test/timecop_without_date_but_with_time_test.rb
timecop-0.5.5 test/timecop_without_date_but_with_time_test.rb
timecop-0.5.4 test/timecop_without_date_but_with_time_test.rb
timecop-0.5.3 test/timecop_without_date_but_with_time_test.rb