diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-08-25 13:44:07 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-25 13:44:07 +0300 |
| commit | 33e27eeb21fb62f1e82767f9957a0a03fa35c722 (patch) | |
| tree | 4d1443ec763d7d8dda23cd9213f77dcf316ad419 /spec | |
| parent | 053230765f2d28b57c424cbd429ca61606a33d6a (diff) | |
see #363: drop dependency on kindlegen gem to unblock CI (#364)
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/spec_helper.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 8cc113c..0caa558 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -69,13 +69,8 @@ RSpec.configure do |config| skip 'Logger is unavailable on Asciidoctor < 1.5.7' unless has_logger? end - def darwin_platform? - RbConfig::CONFIG['host_os'] =~ /darwin/ - end - def skip_unless_has_kindlegen - # TODO: https://github.com/asciidoctor/asciidoctor-epub3/issues/236 - skip '#236: Kindlegen is unavailable for 64-bit MacOS' if darwin_platform? + skip 'KindleGen is gone: https://github.com/asciidoctor/asciidoctor-epub3/issues/363' end def convert input, opts = {} |
