spec/spec_helper.rb in ddmemoize-1.0.0a2 vs spec/spec_helper.rb in ddmemoize-1.0.0a3
- old
+ new
@@ -10,8 +10,8 @@
require 'fuubar'
RSpec.configure do |c|
c.fuubar_progress_bar_options = {
- format: '%c/%C |<%b>%i| %p%%',
+ format: '%c/%C |<%b>%i| %p%%', # rubocop:disable Style/FormatStringToken
}
end