We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b903c9 commit 6f84312Copy full SHA for 6f84312
spec/completely/commands/install_spec.rb
@@ -1,7 +1,7 @@
1
describe Commands::Install do
2
subject { described_class.new }
3
4
- let(:leeway) { RUBY_VERSION < "3.2.0" ? 0 : 3 }
+ let(:leeway) { RUBY_VERSION < "3.2.0" ? 0 : 5 }
5
let :mock_installer do
6
instance_double Installer,
7
install: true,
0 commit comments