Sha256: b68cd0bedca322c30e7dba25132cbf79a5662cfa51604571aee57e32c8676239

Contents?: true

Size: 433 Bytes

Versions: 13

Compression:

Stored size: 433 Bytes

Contents

require 'test_helper'

class Superstore::SchemaTest < Superstore::TestCase
  # SELECT columnfamily_name FROM System.schema_columnfamilies WHERE keyspace_name='myKeyspaceName';
  # test "create_table" do
  #   Superstore::Schema.create_table 'TestRecords'
  #
  #   begin
  #     Superstore::Schema.create_table 'TestRecords'
  #     assert false, 'TestRecords should already exist'
  #   rescue Exception => e
  #   end
  # end

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
superstore-2.4.4 test/unit/schema_test.rb
superstore-2.4.3 test/unit/schema_test.rb
superstore-2.4.2 test/unit/schema_test.rb
superstore-2.4.1 test/unit/schema_test.rb
superstore-2.4.0 test/unit/schema_test.rb
superstore-2.3.0 test/unit/schema_test.rb
superstore-2.2.0 test/unit/schema_test.rb
superstore-2.1.3 test/unit/schema_test.rb
superstore-2.1.2 test/unit/schema_test.rb
superstore-2.1.1 test/unit/schema_test.rb
superstore-2.1.0 test/unit/schema_test.rb
superstore-2.0.1 test/unit/schema_test.rb
superstore-2.0.0 test/unit/schema_test.rb