提交 cc6bff3d 编写于 作者: R Ryuta Kamizono

Auto-correct `Style/StringLiterals` cop offences

Somehow Code Climate is not working as expected for now?
上级 a4744989
......@@ -491,7 +491,7 @@ def test_truncate
assert_equal 0, Post.count
ensure
reset_fixtures('posts')
reset_fixtures("posts")
end
def test_truncate_with_query_cache
......@@ -503,7 +503,7 @@ def test_truncate_with_query_cache
assert_equal 0, Post.count
ensure
reset_fixtures('posts')
reset_fixtures("posts")
@connection.disable_query_cache!
end
......@@ -518,7 +518,7 @@ def test_truncate_tables
assert_equal 0, Author.count
assert_equal 0, AuthorAddress.count
ensure
reset_fixtures('posts', 'authors', 'author_addresses')
reset_fixtures("posts", "authors", "author_addresses")
end
def test_truncate_tables_with_query_cache
......@@ -534,7 +534,7 @@ def test_truncate_tables_with_query_cache
assert_equal 0, Author.count
assert_equal 0, AuthorAddress.count
ensure
reset_fixtures('posts', 'authors', 'author_addresses')
reset_fixtures("posts", "authors", "author_addresses")
@connection.disable_query_cache!
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册