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

Version Path
activeadmin_addons-1.1.2 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/step_definitions/comment_steps.rb
activeadmin_addons-1.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/step_definitions/comment_steps.rb
yousty-activeadmin-1.0.17.pre features/step_definitions/comment_steps.rb
yousty-activeadmin-1.0.16.pre features/step_definitions/comment_steps.rb
activeadmin_addons-1.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/step_definitions/comment_steps.rb
activeadmin_addons-1.0.1 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/step_definitions/comment_steps.rb
activeadmin_addons-1.0.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/features/step_definitions/comment_steps.rb
yousty-activeadmin-1.0.15.pre features/step_definitions/comment_steps.rb
activeadmin-1.0.0 features/step_definitions/comment_steps.rb
activeadmin-1.0.0.pre5 features/step_definitions/comment_steps.rb
activeadmin-orac-1.0.0.pre4 features/step_definitions/comment_steps.rb
activeadmin-orac-1.0.0 features/step_definitions/comment_steps.rb
activeadmin-orac-1.0.0.pre.orac features/step_definitions/comment_steps.rb
yousty-activeadmin-1.0.14.pre features/step_definitions/comment_steps.rb
yousty-activeadmin-1.0.13.pre features/step_definitions/comment_steps.rb
yousty-activeadmin-1.0.12.pre features/step_definitions/comment_steps.rb
yousty-activeadmin-1.0.11.pre features/step_definitions/comment_steps.rb
yousty-activeadmin-1.0.10.pre features/step_definitions/comment_steps.rb
yousty-activeadmin-1.0.9.pre features/step_definitions/comment_steps.rb
yousty-activeadmin-1.0.8.pre features/step_definitions/comment_steps.rb