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