spec/unit/pty_spec.rb in tty-command-0.8.2 vs spec/unit/pty_spec.rb in tty-command-0.9.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + RSpec.describe TTY::Command, ':pty' do it "executes command in pseudo terminal mode as global option", unless: RSpec::Support::OS.windows? do color_cli = fixtures_path('color')