Skip to content

Commit

Permalink
Small spec change to ensure bad identifier_(input|output)_method does…
Browse files Browse the repository at this point in the history
…n't get used
  • Loading branch information
jeremyevans committed Sep 15, 2011
1 parent 445097b commit 2256c20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/integration/schema_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2256c20

Please sign in to comment.