Skip to content

Commit

Permalink
Remove focus
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Sep 7, 2018
1 parent cc3c4d2 commit f7911ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Refinery
module Api
module Mutations
module Pages
describe 'CreatePageMutation', focus: true do
describe 'CreatePageMutation' do
let(:logged_in_user) { Refinery::Core::NilUser.new }

let(:context) { {current_user: logged_in_user} }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Refinery
module Api
module Mutations
module Pages
describe 'UpdatePageMutation', focus: true do
describe 'UpdatePageMutation' do
let(:logged_in_user) { Refinery::Core::NilUser.new }

let!(:page) { FactoryBot.create(:page) }
Expand Down

0 comments on commit f7911ba

Please sign in to comment.