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

Version Path
andrewroth_activeadmin-0.3.4.3 features/step_definitions/comment_steps.rb
andrewroth_activeadmin-0.3.4.2 features/step_definitions/comment_steps.rb
andrewroth_activeadmin-0.3.4.1 features/step_definitions/comment_steps.rb
andrewroth_activeadmin-0.3.4 features/step_definitions/comment_steps.rb
activeadmin-0.3.4 features/step_definitions/comment_steps.rb
activeadmin-0.3.3 features/step_definitions/comment_steps.rb
activeadmin-0.3.2 features/step_definitions/comment_steps.rb
activeadmin-0.3.1 features/step_definitions/comment_steps.rb
activeadmin-0.3.0 features/step_definitions/comment_steps.rb
nsm-activeadmin-0.2.2 features/step_definitions/comment_steps.rb
saulolso-activeadmin-0.2.2.1 features/step_definitions/comment_steps.rb
saulolso-activeadmin-0.2.2 features/step_definitions/comment_steps.rb
activeadmin-0.2.2 features/step_definitions/comment_steps.rb
activeadmin-0.2.1 features/step_definitions/comment_steps.rb
activeadmin-0.2.0 features/step_definitions/comment_steps.rb