Sha256: b1089c91c6d6a64a36960d5ee8d09fb66393892d4b8a2f96a7999e63a2430780

Contents?: true

Size: 333 Bytes

Versions: 17

Compression:

Stored size: 333 Bytes

Contents

Then 'the JSON at "$path" should be a page revision\'s ID' do |path|
  id = at_json path
  id.should_not be_nil
  @revision = Landable::PageRevision.find(id)
end

Then 'the JSON at "$path" should be a template revision\'s ID' do |path|
  id = at_json path
  id.should_not be_nil
  @revision = Landable::TemplateRevision.find(id)
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
landable-1.14.0 features/step_definitions/revision_steps.rb
landable-1.13.2 features/step_definitions/revision_steps.rb
landable-1.13.1 features/step_definitions/revision_steps.rb
landable-1.12.3 features/step_definitions/revision_steps.rb
landable-1.12.2 features/step_definitions/revision_steps.rb
landable-1.12.1 features/step_definitions/revision_steps.rb
landable-1.11.1 features/step_definitions/revision_steps.rb
landable-1.11.0 features/step_definitions/revision_steps.rb
landable-1.10.0.rc2 features/step_definitions/revision_steps.rb
landable-1.10.0.rc1 features/step_definitions/revision_steps.rb
landable-1.9.2 features/step_definitions/revision_steps.rb
landable-1.9.1 features/step_definitions/revision_steps.rb
landable-1.9.0 features/step_definitions/revision_steps.rb
landable-1.9.0.rc2 features/step_definitions/revision_steps.rb
landable-1.9.0.rc1 features/step_definitions/revision_steps.rb
landable-1.8.0 features/step_definitions/revision_steps.rb
landable-1.7.1.rc1 features/step_definitions/revision_steps.rb