We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4b53c commit b88025aCopy full SHA for b88025a
1 file changed
test/controllers/homepage_controller_test.rb
@@ -3,6 +3,6 @@
3
class HomepageControllerTest < ActionDispatch::IntegrationTest
4
test "should get index" do
5
get root_path
6
- assert_response :success
+ assert_redirected_to '/hacker/login'
7
end
8
0 commit comments