Revert "workaround"

This reverts commit 563f3b9f95.
This commit is contained in:
Mamoru TASAKA 2023-03-05 16:06:14 +09:00
commit 8d7dd2e33f

View file

@ -70,9 +70,6 @@ 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