Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Jan 20, 2025
1 parent 3c2027c commit 8d285a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/inline_quoted_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
describe 'Asciidoctor::Epub3::Converter - Inline Quoted' do
subject { Asciidoctor::Epub3::Converter.new('epub3').convert_inline_quoted node }

let(:parent) { instance_double(parent).as_null_object }
let(:parent) { instance_double('parent').as_null_object }
let(:node) { Asciidoctor::Inline.new parent, :bar, 'text', type: type }

it 'resolves inline quotes' do
Expand Down

0 comments on commit 8d285a6

Please sign in to comment.