diff options
Diffstat (limited to 'spec/unit/cli/pull_spec.rb')
| -rw-r--r-- | spec/unit/cli/pull_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/cli/pull_spec.rb b/spec/unit/cli/pull_spec.rb index dbd284a..b648147 100644 --- a/spec/unit/cli/pull_spec.rb +++ b/spec/unit/cli/pull_spec.rb @@ -9,7 +9,7 @@ RSpec.describe Spandx::Cli::Commands::Pull do let(:output) { StringIO.new } it 'executes `spandx pull` command successfully' do - subject.execute(output: output) + subject.execute(output:) expect(output.string).to eq(fixture_file('pull.expected').read) end |
