Skip to content

Commit b88025a

Browse files
committed
fix test
1 parent 4d4b53c commit b88025a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/controllers/homepage_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
class HomepageControllerTest < ActionDispatch::IntegrationTest
44
test "should get index" do
55
get root_path
6-
assert_response :success
6+
assert_redirected_to '/hacker/login'
77
end
88
end

0 commit comments

Comments
 (0)