workaround

This commit is contained in:
Mamoru TASAKA 2023-03-05 16:04:52 +09:00
commit 563f3b9f95

View file

@ -70,6 +70,9 @@ export RUBYLIB=$(pwd)/lib
# Need investigation
sed -i spec/lib/ruby-progressbar/base_spec.rb \
-e '\@can be converted into a hash@s|it|xit|'
# ???
sed -i spec/lib/ruby-progressbar/projector/smoothed_average_spec.rb \
-e 's|\.to be \([0-9][0-9]*\.[0-9][0-9]*\)|.to eq(\1)|'
ruby -rruby-progressbar -rtimecop -S rspec spec
popd