explore/posts/intro: remove page.

This was an alternate frontpage that contained a list of previews of the
most popular tags. This page was never linked from anywhere and it was
unknown by most users.
This commit is contained in:
evazion
2020-01-12 20:17:43 -06:00
parent 12a845de92
commit b3eeb170cb
8 changed files with 0 additions and 113 deletions

View File

@@ -30,13 +30,6 @@ module Explore
assert_response :success
end
end
context "#intro" do
should "render" do
get intro_explore_posts_path
assert_response :success
end
end
end
end
end