Skip to content

Commit

Permalink
link to Role::Tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 12, 2017
1 parent 220ca39 commit 998f77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Testing.pod
Expand Up @@ -660,8 +660,8 @@ Testing WebSocket servers does not get any simpler than with L<Test::Mojo>.

If you see that you're writing a lot of test assertions that aren't chainable,
you may benefit from writing your own test assertions. Let's say we want to test
the C<Location> header after a redirect. We'll create a new class that
implements a test assertion named C<location_is>:
the C<Location> header after a redirect. We'll create a new class with
L<Role::Tiny> that implements a test assertion named C<location_is>:

package Test::Mojo::Role::Location;

Expand Down

0 comments on commit 998f77b

Please sign in to comment.