From 78c6a086164aa83ce2e4e57daadfbdb53a31a37f Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 31 Dec 2024 11:51:58 -0700 Subject: feat: Add support for Ruby 3.2+ --- spec/unit/cli/pull_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/unit/cli/pull_spec.rb') 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 -- cgit v1.2.3