diff --git a/spec/integration/schema_test.rb b/spec/integration/schema_test.rb index 8104e7910c..774f759efd 100644 --- a/spec/integration/schema_test.rb +++ b/spec/integration/schema_test.rb @@ -433,10 +433,10 @@ def xxxxx clear_sqls end after do - @db.drop_view :sequel_test_view - @db.drop_table :sequel_test_table @db.identifier_output_method = @iom @db.identifier_input_method = @iim + @db.drop_view :sequel_test_view + @db.drop_table :sequel_test_table end specify "should return an array of symbols" do @@ -475,10 +475,10 @@ def xxxxx clear_sqls end after do - @db.drop_view :sequel_test_view - @db.drop_table :sequel_test_table @db.identifier_output_method = @iom @db.identifier_input_method = @iim + @db.drop_view :sequel_test_view + @db.drop_table :sequel_test_table end specify "should return an array of symbols" do