Skip to content

Commit

Permalink
Merge pull request #460 from pangyre/master
Browse files Browse the repository at this point in the history
Simple typo—extra semi-colon out of synopsis example
  • Loading branch information
kraih committed Feb 28, 2013
2 parents c4d4a4e + 9f46b15 commit 3b63392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/Mojo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Test::Mojo - Testing Mojo!
$t->post_ok('/search.json' => form => {q => 'Perl'})
->status_is(200)
->header_is('X-Powered-By' => 'Mojolicious (Perl)')
->header_isnt('X-Bender' => 'Bite my shiny metal ass!');
->header_isnt('X-Bender' => 'Bite my shiny metal ass!')
->json_is('/results/4/title' => 'Perl rocks!');
# WebSocket
Expand Down

0 comments on commit 3b63392

Please sign in to comment.