tests: add missing controller tests.
This commit is contained in:
10
test/functional/robots_controller_test.rb
Normal file
10
test/functional/robots_controller_test.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
require "test_helper"
|
||||
|
||||
class RobotsControllerTest < ActionDispatch::IntegrationTest
|
||||
context "index action" do
|
||||
should "work" do
|
||||
get robots_path(format: :text)
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user