From 78d8329fe9d6b43ba2d2f6f0ae6c59274e1d9319 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 19 Mar 2019 13:25:07 -0400 Subject: [PATCH] Fix typos when skipping asciimath tests s/avaiable/available/ --- rubygem-asciidoctor.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rubygem-asciidoctor.spec b/rubygem-asciidoctor.spec index 67e12df..10a3cfa 100644 --- a/rubygem-asciidoctor.spec +++ b/rubygem-asciidoctor.spec @@ -81,10 +81,10 @@ pushd .%{gem_instdir} # Asciidoctor tests require Minitest 5, so we can't run them on EPEL %else sed -i "/test 'should convert asciimath macro content to MathML when asciimath gem is available' do/a \\ - skip('asciimath gem is not avaiable on Fedora')" test/substitutions_test.rb + skip('asciimath gem is not available on Fedora')" test/substitutions_test.rb sed -i "/should render asciimath block in textobject of equation in DocBook backend/a \\ - skip('asciimath gem is not avaiable on Fedora')" test/blocks_test.rb + skip('asciimath gem is not available on Fedora')" test/blocks_test.rb LANG=C.UTF-8 ruby -I"lib:test" -e 'Dir.glob "./test/**/*_test.rb", &method(:require)' %endif