diff --git a/test/controllers/static_controller_test.rb b/test/controllers/static_controller_test.rb index ba0156a..937c766 100644 --- a/test/controllers/static_controller_test.rb +++ b/test/controllers/static_controller_test.rb @@ -24,6 +24,4 @@ class StaticControllerTest < ActionDispatch::IntegrationTest assert_response :success assert_select "title", "Live Demo | railsnew.io" end - - end