tests: add meta searches controller tests.
This commit is contained in:
12
test/functional/meta_searches_controller_test.rb
Normal file
12
test/functional/meta_searches_controller_test.rb
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
require 'test_helper'
|
||||||
|
|
||||||
|
class MetaSearchesControllerTest < ActionController::TestCase
|
||||||
|
context "The meta searches controller" do
|
||||||
|
context "tags action" do
|
||||||
|
should "work" do
|
||||||
|
get :tags, { name: "long_hair" }
|
||||||
|
assert_response :success
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user