Sha256: 9f94ce626ed91ae0f9621c88cbb9678afc9f6fdb65cd7c2b1a271e7e59515a42
Contents?: true
Size: 282 Bytes
Versions: 3
Compression:
Stored size: 282 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
Version data entries
3 entries across 3 versions & 2 rubygems