diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2024-01-07 15:45:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-07 15:45:59 +0300 |
| commit | 16d9941832dff2fbb8a8c3d7ae6d2011856b6faf (patch) | |
| tree | db88e5b4062304fd6d2d6b1ea04abbc9ff2d84ea /spec/cli_spec.rb | |
| parent | 1b9332f7f6b667c42bd491c7c0c73db53b8f8f32 (diff) | |
bump oldest supported Ruby & Asciidoctor (#452)
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', |
