Skip to content

Commit 684c238

Browse files
committed
Remove forgotten byebug
1 parent 91de8b6 commit 684c238

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

api/spec/graph/refinery/api/fields/pages/page_field_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ module Pages
3939
end
4040

4141
it 'returns a page' do
42-
byebug
4342
subject
4443
expect(result['data']['page']['title']).to eq(page.title)
4544
end

api/spec/graph/refinery/api/mutations/pages/create_page_mutation_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ module Pages
4747

4848
it 'returns the page title of the newly created page' do
4949
subject
50-
byebug
5150
expect(result['data']['create_page']['page']['title']).to eq('Test page')
5251
end
5352
end

0 commit comments

Comments
 (0)