Sha256: dd0a56146650936383ae68f350ace9e3840db378a91daab627764145264b9428

Contents?: true

Size: 223 Bytes

Versions: 62

Compression:

Stored size: 223 Bytes

Contents

require 'test_helper'

class CassandraObject::Types::TimeTypeTest < CassandraObject::Types::TestCase
  test 'encode' do
    assert_equal '2004-12-24T01:02:03.000000Z', coder.encode(Time.utc(2004, 12, 24, 1, 2, 3))
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
gotime-cassandra_object-4.5.1 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.5.0 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.4.5 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.4.4 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.4.3 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.4.0 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.3.2 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.3.1 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.3.0 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.2.2 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.2.0 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.1.0 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.0.2 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.0.1 test/unit/types/time_type_test.rb
gotime-cassandra_object-4.0.0 test/unit/types/time_type_test.rb
gotime-cassandra_object-3.0.5 test/unit/types/time_type_test.rb
gotime-cassandra_object-3.0.4 test/unit/types/time_type_test.rb
gotime-cassandra_object-3.0.3 test/unit/types/time_type_test.rb
gotime-cassandra_object-3.0.2 test/unit/types/time_type_test.rb
gotime-cassandra_object-3.0.1 test/unit/types/time_type_test.rb