summaryrefslogtreecommitdiff
path: root/spec/bundler/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/plugins')
-rw-r--r--spec/bundler/plugins/install_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/plugins/install_spec.rb b/spec/bundler/plugins/install_spec.rb
index d0de607e6c..6464ce94b4 100644
--- a/spec/bundler/plugins/install_spec.rb
+++ b/spec/bundler/plugins/install_spec.rb
@@ -204,7 +204,7 @@ RSpec.describe "bundler plugin install" do
plugin_should_be_installed("foo")
end
- it "raises an error when both git and local git sources are specified", bundler: "< 3" do
+ it "raises an error when both git and local git sources are specified", bundler: "2" do
bundle "plugin install foo --git /phony/path/project --local_git [email protected]:/repo/project", raise_on_error: false
expect(exitstatus).not_to eq(0)