Skip to content

Commit

Permalink
Use more specific test method
Browse files Browse the repository at this point in the history
  • Loading branch information
denny committed Aug 20, 2019
1 parent 0aa5a68 commit e4285c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/controllers/controller_Blog.t
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ $t->get_ok(
'/blog/2013/1/kidnapped',
'View a blog post with no tags'
);
$t->text_unlike(
qr{Tags\:},
$t->text_lacks(
'Tags:',
'Verified that there are no tags on this post'
);
# View blog posts from a specified author
Expand Down

0 comments on commit e4285c4

Please sign in to comment.