Skip to content

Commit 8a7d2c1

Browse files
authored
Merge pull request rails#53562 from skellock/patch-1
Modernizing Old Dad Jokes
2 parents 1b4c73e + f693a39 commit 8a7d2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ test "ajax request" do
13951395
end
13961396
```
13971397

1398-
### The Three Hashes of the Apocalypse
1398+
### The Three Hashketeers!
13991399

14001400
After a request has been made and processed, you will have 3 Hash objects ready for use:
14011401

@@ -1449,7 +1449,7 @@ get articles_url, headers: { "HTTP_REFERER": "http://example.com/home" } # simul
14491449

14501450
### Testing `flash` Notices
14511451

1452-
If you remember from earlier, one of the Three Hashes of the Apocalypse was `flash`.
1452+
If you remember from earlier, one of the Three Hashketeers was `flash`.
14531453

14541454
We want to add a `flash` message to our blog application whenever someone
14551455
successfully creates a new Article.

0 commit comments

Comments
 (0)