You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundler/spec/runtime/self_management_spec.rb
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,9 @@
109
109
bundle"config set --local version #{previous_minor}"
110
110
bundle"install",:artifice=>"vcr"
111
111
expect(out).toinclude("Bundler #{Bundler::VERSION} is running, but your configuration was #{previous_minor}. Installing Bundler #{previous_minor} and restarting using that version.")
112
+
113
+
bundle"-v"
114
+
expect(out).toeq(Bundler::VERSION[0] == "2" ? "Bundler version #{previous_minor}" : previous_minor)
112
115
end
113
116
114
117
it"does not try to install when using bundle config version global"do
0 commit comments