Skip to content

Commit f95352c

Browse files
authored
Merge pull request rails#55456 from fatkodima/fix-typo-sign-up-guide
Fix a typo in "Sign Up and Settings" guide [skip ci]
2 parents bb380a3 + ec218fa commit f95352c

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
@@ -1626,7 +1626,7 @@ This test will visit `/sign_up` and ensure that it receives a 200 OK response.
16261626
Let's run the test and see if it passes:
16271627

16281628
```bash
1629-
$ bin/rails test test/controllers/sign_ups_controller.rb:4
1629+
$ bin/rails test test/controllers/sign_ups_controller_test.rb:4
16301630
Running 1 tests in a single process (parallelization threshold is 50)
16311631
Run options: --seed 5967
16321632

0 commit comments

Comments
 (0)