spec/bin_spec.rb in licensee-9.11.0 vs spec/bin_spec.rb in licensee-9.12.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
RSpec.describe 'command line invocation' do
let(:command) { ['bundle', 'exec', 'bin/licensee', 'help'] }
let(:arguments) { [] }
let(:output) do
Dir.chdir project_root do