Skip to content

Commit feb3a5a

Browse files
committed
Alchemy 8: Rename Alchemy::PageLayout to PageDefinitions
1 parent 0bd4074 commit feb3a5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/models/user_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ module Alchemy
239239
let(:user) { create(:alchemy_admin_user) }
240240
let(:page) { create(:alchemy_page) }
241241

242-
before { allow(Alchemy::PageLayout).to receive(:get).and_return({}) }
242+
before { allow(Alchemy::PageDefinition).to receive(:get).and_return({}) }
243243

244244
it "should return all pages that are locked by user" do
245245
user.save!

0 commit comments

Comments
 (0)