Sha256: fa21b1a46fdfdaae595bcde130f2d316c6697fde922d19ccd4a3110666feeeb6

Contents?: true

Size: 168 Bytes

Versions: 11

Compression:

Stored size: 168 Bytes

Contents

require 'test_helper'

class CassandraObject::ScopingTest < CassandraObject::TestCase
  test "scope" do
    assert_kind_of CassandraObject::Scope, Issue.scope
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
gotime-cassandra_object-4.5.1 test/unit/scoping_test.rb
gotime-cassandra_object-4.5.0 test/unit/scoping_test.rb
gotime-cassandra_object-4.4.5 test/unit/scoping_test.rb
gotime-cassandra_object-4.4.4 test/unit/scoping_test.rb
gotime-cassandra_object-4.4.3 test/unit/scoping_test.rb
gotime-cassandra_object-4.4.0 test/unit/scoping_test.rb
gotime-cassandra_object-4.3.2 test/unit/scoping_test.rb
gotime-cassandra_object-4.3.1 test/unit/scoping_test.rb
gotime-cassandra_object-4.3.0 test/unit/scoping_test.rb
gotime-cassandra_object-4.2.2 test/unit/scoping_test.rb
gotime-cassandra_object-4.2.0 test/unit/scoping_test.rb