remove uneeded simplecov test

This commit is contained in:
Mamoru TASAKA 2019-01-29 16:41:43 +09:00
parent 97c31db93f
commit 1609922140

View File

@ -180,6 +180,10 @@ LANG=C.UTF-8
cp -a %{gem_name}-%{version}/test/ ./%{gem_instdir}
pushd ./%{gem_instdir}
# Remove unneeded simplecov coverage test
sed -i test/helper.rb \
-e '\@require.*simplecov@,\@^end$@d'
# Need investigation. For now anyway build
ruby \
-I.:lib:test:ext \