Sha256: 3f1ad764a85e27412506832b7a88028fd0a4af4d1231bea80ed5d5b35ef79f1c

Contents?: true

Size: 381 Bytes

Versions: 53

Compression:

Stored size: 381 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

53 entries across 53 versions & 2 rubygems

Version Path
lalala-4.0.0.dev.59 vendor/deps/active_admin/features/step_definitions/comment_steps.rb
lalala-4.0.0.dev.58 vendor/deps/active_admin/features/step_definitions/comment_steps.rb
lalala-4.0.0.dev.57 vendor/deps/active_admin/features/step_definitions/comment_steps.rb
lalala-4.0.0.dev.56 vendor/deps/active_admin/features/step_definitions/comment_steps.rb
lalala-4.0.0.dev.50 vendor/deps/active_admin/features/step_definitions/comment_steps.rb
lalala-4.0.0.dev.46 vendor/deps/active_admin/features/step_definitions/comment_steps.rb
activeadmin-0.5.1 features/step_definitions/comment_steps.rb
activeadmin-0.5.0 features/step_definitions/comment_steps.rb
activeadmin-0.5.0.pre1 features/step_definitions/comment_steps.rb
activeadmin-0.5.0.pre features/step_definitions/comment_steps.rb
activeadmin-0.4.4 features/step_definitions/comment_steps.rb
activeadmin-0.4.3 features/step_definitions/comment_steps.rb
activeadmin-0.4.2 features/step_definitions/comment_steps.rb