spec/unit/run_spec.rb in tty-command-0.8.2 vs spec/unit/run_spec.rb in tty-command-0.9.0
- old
+ new
@@ -1,6 +1,4 @@
-# encoding: utf-8
-
RSpec.describe TTY::Command, '#run' do
it 'runs command and prints to stdout' do
output = StringIO.new
command = TTY::Command.new(output: output)