spec/integration/resources/sections_spec.rb in locomotivecms_coal-1.6.0.rc1 vs spec/integration/resources/sections_spec.rb in locomotivecms_coal-1.6.0.rc2

- old
+ new

@@ -35,10 +35,10 @@ sections.create(name: 'Sidebar', slug: 'sidebar', template: 'Locomotive rocks!', definition: { name: 'sidebar', settings: [ { id: 'title', - type: 'string' + type: 'text' } ] }) end