Skip to content

Commit 6f84312

Browse files
committed
fix ci approval leeway
1 parent 5b903c9 commit 6f84312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/completely/commands/install_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
describe Commands::Install do
22
subject { described_class.new }
33

4-
let(:leeway) { RUBY_VERSION < "3.2.0" ? 0 : 3 }
4+
let(:leeway) { RUBY_VERSION < "3.2.0" ? 0 : 5 }
55
let :mock_installer do
66
instance_double Installer,
77
install: true,

0 commit comments

Comments
 (0)