From 2256c206e9a5cc1e41a49e5f72cbd395d978af99 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Thu, 15 Sep 2011 00:03:35 -0700 Subject: [PATCH] Small spec change to ensure bad identifier_(input|output)_method doesn't get used --- spec/integration/schema_test.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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