diff --git a/spec/bundler/install/git_spec.rb b/spec/bundler/install/git_spec.rb index caed4571e5..d1f6b7a7ca 100644 --- a/spec/bundler/install/git_spec.rb +++ b/spec/bundler/install/git_spec.rb @@ -63,7 +63,7 @@ RSpec.describe "bundle install" do expect(the_bundle).to include_gems "foo 2.0", source: "git@#{lib_path("foo")}" end - it "should allows git repos that are missing but not being installed" do + it "allows git repos that are missing but not being installed" do revision = build_git("foo").ref_for("HEAD") gemfile <<-G