Skip to content

Commit 33d499c

Browse files
committed
Correct number of test
1 parent 8027763 commit 33d499c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails6/en/chapter04-athentification.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Now our tests must pass:
419419
----
420420
$ rake test
421421
.............
422-
13 runs, 19 assertions, 0 failures, 0 errors, 0 skips
422+
13 runs, 18 assertions, 0 failures, 0 errors, 0 skips
423423
----
424424

425425
All we have to do is include the `Authenticable` module in the `ApplicationController` class:

0 commit comments

Comments
 (0)