summaryrefslogtreecommitdiff
path: root/spec/bundler/install/redownload_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/install/redownload_spec.rb')
-rw-r--r--spec/bundler/install/redownload_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/bundler/install/redownload_spec.rb b/spec/bundler/install/redownload_spec.rb
index 0eae615c59..3a72c356d9 100644
--- a/spec/bundler/install/redownload_spec.rb
+++ b/spec/bundler/install/redownload_spec.rb
@@ -33,6 +33,7 @@ RSpec.describe "bundle install" do
before do
gemfile <<-G
+ source "#{file_uri_for(gem_repo1)}"
gem "foo", :git => "#{lib_path("foo-1.0")}"
G
end
@@ -56,7 +57,7 @@ RSpec.describe "bundle install" do
end
end
- describe "with --force", :bundler => 2 do
+ describe "with --force", bundler: 2 do
it_behaves_like "an option to force redownloading gems" do
let(:flag) { "force" }
end