Sha256: d7e083ca6eaa08f07da9f1db0b36de99a0dab245808df2a1d6c62d6032e0c996

Contents?: true

Size: 269 Bytes

Versions: 6

Compression:

Stored size: 269 Bytes

Contents

When /^the a block exist that are tagged with "([^"]*)"$/ do |tag|
  block = Factory(:html_block)
  block.tags << Cms::Tag.named(tag).first
  block.save!
end

When /^the following tags exist:$/ do |table|
  table.hashes.each do |row|
    Cms::Tag.create!(row)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
browsercms-3.4.2 features/step_definitions/tag_cloud_steps.rb
browsercms-3.4.2.rc1 features/step_definitions/tag_cloud_steps.rb
browsercms-3.4.1 features/step_definitions/tag_cloud_steps.rb
browsercms-3.4.0 features/step_definitions/tag_cloud_steps.rb
browsercms-3.4.0.rc2 features/step_definitions/tag_cloud_steps.rb
browsercms-3.4.0.rc1 features/step_definitions/tag_cloud_steps.rb