spec/unit/ruby_spec.rb in tty-command-0.8.2 vs spec/unit/ruby_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, '#ruby' do it "runs ruby with a single string argument" do output = StringIO.new cmd = TTY::Command.new(output: output)