summaryrefslogtreecommitdiff
path: root/test/controllers/home_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/controllers/home_controller_test.rb')
-rw-r--r--test/controllers/home_controller_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/controllers/home_controller_test.rb b/test/controllers/home_controller_test.rb
index f6f3785..1cf9db6 100644
--- a/test/controllers/home_controller_test.rb
+++ b/test/controllers/home_controller_test.rb
@@ -3,6 +3,7 @@ require "test_helper"
class HomeControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get home_index_url
+
assert_response :success
end
end