From 563f3b9f9508db068e376506bcea28130ac4dae8 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sun, 5 Mar 2023 16:04:52 +0900 Subject: [PATCH] workaround --- rubygem-ruby-progressbar.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rubygem-ruby-progressbar.spec b/rubygem-ruby-progressbar.spec index a98b179..378fe06 100644 --- a/rubygem-ruby-progressbar.spec +++ b/rubygem-ruby-progressbar.spec @@ -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