Skip to content

Commit

Permalink
test, fix typo, create_index does not exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Jun 10, 2014
1 parent fcd0ac0 commit 4b8d0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/schema_dumper_test.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def test_schema_dump_with_table_name_prefix_and_suffix


output = standard_dump output = standard_dump
assert_no_match %r{create_table "foo_.+_bar"}, output assert_no_match %r{create_table "foo_.+_bar"}, output
assert_no_match %r{create_index "foo_.+_bar"}, output assert_no_match %r{add_index "foo_.+_bar"}, output
assert_no_match %r{create_table "schema_migrations"}, output assert_no_match %r{create_table "schema_migrations"}, output
ensure ensure
migration.migrate(:down) migration.migrate(:down)
Expand Down

0 comments on commit 4b8d0b8

Please sign in to comment.