Sha256: 355fd122bda985f4627ff5c0f34c13e099aa6e5f006c119ae078d1a3ea88b5dd
Contents?: true
Size: 377 Bytes
Versions: 32
Compression:
Stored size: 377 Bytes
Contents
Then /^I should see a comment by "([^"]*)"$/ do |name| step %{I should see "#{name}" within ".active_admin_comment_author"} end When /^I add a comment "([^"]*)"$/ do |comment| step %{I fill in "active_admin_comment_body" with "#{comment}"} step %{I press "Add Comment"} end Given /^a tag with the name "([^"]*)" exists$/ do |tag_name| Tag.create(name: tag_name) end
Version data entries
32 entries across 32 versions & 6 rubygems