Revert "application controller: fix errors in normalize_search."

This reverts commit 28a88cfa85.
This commit is contained in:
evazion
2019-08-14 01:46:43 -05:00
parent d0428da120
commit d657624a80
2 changed files with 3 additions and 10 deletions

View File

@@ -35,10 +35,5 @@ class ApplicationControllerTest < ActionDispatch::IntegrationTest
assert_response 410
end
end
should "normalize search params" do
get tags_path, params: { search: { name: "bkub", post_count: "" } }
assert_redirected_to tags_path(search: { name: "bkub" })
end
end
end