spec/unit/result_spec.rb in tty-command-0.8.2 vs spec/unit/result_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::Result do
it "exits successfully" do
result = TTY::Command::Result.new(0, '', '')
expect(result.exited?).to eq(true)