tests: add related tags controller tests.
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class RelatedTagsControllerTest < ActionController::TestCase
|
class RelatedTagsControllerTest < ActionController::TestCase
|
||||||
# test "the truth" do
|
context "The related tags controller" do
|
||||||
# assert true
|
context "show action" do
|
||||||
# end
|
should "work" do
|
||||||
|
get :show, { query: "touhou" }
|
||||||
|
assert_response :success
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user