Sha256: 4de8d6b55e5725715c25ac038a2fd2635fd0e4f3a0e73608ebe7a064227260c3

Contents?: true

Size: 202 Bytes

Versions: 6

Compression:

Stored size: 202 Bytes

Contents

# i.e.  | id | name |
#       | 1  |  A   |
Given /^the following Html blocks exist:$/ do |table|
  table.hashes.each do |row|
    b = Cms::HtmlBlock.new(row)
    b.id = row['id']
    b.save!
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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