spec/unit/command_spec.rb in tty-editor-0.4.1 vs spec/unit/command_spec.rb in tty-editor-0.5.0

- old
+ new

@@ -1,5 +1,5 @@ -# encoding: utf-8 +# frozen_string_literal: true RSpec.describe TTY::Editor, '#command' do it 'specifies desired editor' do editor = TTY::Editor.new(fixtures_path('hello.txt'))