wiki pages: remove /wiki_pages/search page.

This page is unnecessary since you can already search wiki pages from the /wiki_pages listing.
This commit is contained in:
evazion
2022-08-24 13:37:58 -05:00
parent bccd1bf8a3
commit d01b3c0637
6 changed files with 1 additions and 23 deletions

View File

@@ -66,13 +66,6 @@ class WikiPagesControllerTest < ActionDispatch::IntegrationTest
end
end
context "search action" do
should "work" do
get search_wiki_pages_path
assert_response :success
end
end
context "show action" do
setup do
@wiki_page = as(@user) { create(:wiki_page) }