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:
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user