diff options
Diffstat (limited to 'spec/cli_spec.rb')
| -rw-r--r-- | spec/cli_spec.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/cli_spec.rb b/spec/cli_spec.rb index e8980e3..86f57ba 100644 --- a/spec/cli_spec.rb +++ b/spec/cli_spec.rb @@ -15,9 +15,7 @@ describe 'asciidoctor-epub3' do expect(err).to match(/input file \/nonexistent( is)? missing/) end - it 'exits with 1 when epub validation fails on Asciidoctor >= 1.5.7 with --failure-level=ERROR' do - skip_unless_has_logger - + it 'exits with 1 when epub validation fails with --failure-level=ERROR' do _, err, res = run_command asciidoctor_epub3_bin, '--failure-level=ERROR', '-a', 'ebook-validate', |
