diff --git a/test/controllers/searches/queries_controller_test.rb b/test/controllers/searches/queries_controller_test.rb index 4f847253b..cdf5d6853 100644 --- a/test/controllers/searches/queries_controller_test.rb +++ b/test/controllers/searches/queries_controller_test.rb @@ -6,7 +6,7 @@ class Searches::QueriesControllerTest < ActionDispatch::IntegrationTest end test "create" do - assert_difference ->{ users(:kevin).search_queries.count }, +1 do + assert_difference -> { users(:kevin).search_queries.count }, +1 do post searches_queries_path, params: { q: "layout issues" } end