Skip to content

Commit 7409209

Browse files
authored
Merge pull request rails#55442 from siasmj/fix_typo_in_sign_up_and_settings_guide
Fix typo in Sign Up and Settings Guide [ci skip]
2 parents add5a73 + 4dcf3c3 commit 7409209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/sign_up_and_settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ end
19011901

19021902
test "regular user cannot access /store/users" do
19031903
sign_in_as users(:one)
1904-
get store_products_path
1904+
get store_users_path
19051905
assert_response :redirect
19061906
assert_equal "You aren't allowed to do that.", flash[:alert]
19071907
end

0 commit comments

Comments
 (0)