spec/models/landable/page_spec.rb in landable-1.13.2 vs spec/models/landable/page_spec.rb in landable-1.14.0

- old
+ new

@@ -363,10 +363,10 @@ end end describe '::by_path' do it 'returns first page with path name' do - page = create :page, path: '/seo' + page = create :page, path: '/seo' Landable::Page.by_path('/seo').should eq page end end describe 'validate#body_strip_search' do