提交 942194b9 编写于 作者: Y Yves Senn

Merge pull request #15328 from kuldeepaggarwal/remove-warnings

remove unused variable warning.
......@@ -129,7 +129,7 @@ def test_habtm_table_name_with_schema
SQL
song = Song.create
album = Album.create
Album.create
assert_equal song, Song.includes(:albums).references(:albums).first
ensure
ActiveRecord::Base.connection.execute "DROP SCHEMA music CASCADE;"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册