There was an error while loading. Please reload this page.
1 parent f28d132 commit 9b8c59eCopy full SHA for 9b8c59e
1 file changed
spec/requests/pages_spec.rb
@@ -12,7 +12,7 @@
12
post pages_path, page: page_params.merge(liquid_layout_id: liquid_layout.id)
13
}.to change{ Page.count }.by 1
14
page = Page.last
15
- expect(PageFollower.new_from_page(page).follow_up_path).to eq "/pages/#{page.slug}/follow-up"
+ expect(PageFollower.new_from_page(page).follow_up_path).to eq "/a/#{page.slug}/follow-up"
16
end
17
18
it 'has a blank follow-up url if liquid layout has no default follow-up url' do
0 commit comments