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

- old
+ new

@@ -1,5 +1,5 @@ -# encoding: utf-8 +# frozen_string_literal: true RSpec.describe TTY::Command, '#test' do it "implements classic bash command" do cmd = TTY::Command.new result = double(:success? => true)