mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add chop removed in 89bcca5
This commit is contained in:
parent
e9f0861eb9
commit
531d14d0da
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class FixturesTest < ActiveRecord::TestCase
|
|||
|
||||
create_fixtures("bulbs", "authors", "computers")
|
||||
|
||||
expected_sql = <<~EOS
|
||||
expected_sql = <<~EOS.chop
|
||||
INSERT INTO #{ActiveRecord::Base.connection.quote_table_name("bulbs")} .*
|
||||
INSERT INTO #{ActiveRecord::Base.connection.quote_table_name("authors")} .*
|
||||
INSERT INTO #{ActiveRecord::Base.connection.quote_table_name("computers")} .*
|
||||
|
|
Loading…
Reference in a new issue