spec/unit/formatter/bar_spec.rb in tty-progressbar-0.12.2 vs spec/unit/formatter/bar_spec.rb in tty-progressbar-0.13.0
- old
+ new
@@ -1,6 +1,4 @@
-# coding: utf-8
-
RSpec.describe TTY::ProgressBar, ':bar token' do
let(:output) { StringIO.new('', 'w+') }
it "animates bar" do
progress = TTY::ProgressBar.new("[:bar]", output: output, total: 5)