Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Fixed failing rspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
shivashankar-ror authored and eyko committed Jun 3, 2019
1 parent 5aa3d68 commit 25b5681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/controllers/api/pages_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

before do
allow(Page).to receive(:find) { page }
allow(page_updater).to receive(:ak_resource_empty?) { true }
end

describe 'GET index' do
Expand Down

0 comments on commit 25b5681

Please sign in to comment.