aboutsummaryrefslogtreecommitdiffstats
path: root/features/support/step_definitions/tags_steps.rb
blob: 00e8a3ed5143b4b01b08411d8a030046b478b4a9 (plain) (blame)
1
2
3
Then /^the blog post should have the tags "([^"]*)"$/ do |tag_list|
  BlogPost.last.tag_list == tag_list.split(', ')
end