Skip to content

Commit ec218fa

Browse files
committed
Fix a typo in "Sign Up and Settings" guide [skip ci]
1 parent bb380a3 commit ec218fa

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)