spec/integration/schema/inferrer_spec.rb in rom-sql-1.2.1 vs spec/integration/schema/inferrer_spec.rb in rom-sql-1.2.2

- old
+ new

@@ -310,11 +310,9 @@ end end describe 'inferring indices', oracle: false do before do |ex| - ctx = self - conn.create_table :test_inferrence do primary_key :id Integer :foo Integer :bar, null: false Integer :baz, null: false