summaryrefslogtreecommitdiff
path: root/spec/bundler/runtime/self_management_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/runtime/self_management_spec.rb')
-rw-r--r--spec/bundler/runtime/self_management_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/runtime/self_management_spec.rb b/spec/bundler/runtime/self_management_spec.rb
index 61cfc9b795..700084babf 100644
--- a/spec/bundler/runtime/self_management_spec.rb
+++ b/spec/bundler/runtime/self_management_spec.rb
@@ -92,7 +92,7 @@ RSpec.describe "Self management", :rubygems => ">= 3.3.0.dev", :realworld => tru
end
it "shows a discrete message if locked bundler does not exist" do
- missing_minor ="#{Bundler::VERSION[0]}.999.999"
+ missing_minor = "#{Bundler::VERSION[0]}.999.999"
lockfile_bundled_with(missing_minor)