Sha256: d115340ce4ec7b1fb8521242ddb35a5edd22c7a2520dc1f359d0667372b6509d
Contents?: true
Size: 281 Bytes
Versions: 15
Compression:
Stored size: 281 Bytes
Contents
Then /^I should see a comment by "([^"]*)"$/ do |name| Then %{I should see "#{name}" within ".active_admin_comment_author"} end When /^I add a comment "([^"]*)"$/ do |comment| When %{I fill in "active_admin_comment_body" with "#{comment}"} And %{I press "Add Comment"} end
Version data entries
15 entries across 15 versions & 4 rubygems