aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/realworld/gemfile_source_header_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/realworld/gemfile_source_header_spec.rb')
-rw-r--r--spec/bundler/realworld/gemfile_source_header_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/realworld/gemfile_source_header_spec.rb b/spec/bundler/realworld/gemfile_source_header_spec.rb
index ba888d43bd..59c1916874 100644
--- a/spec/bundler/realworld/gemfile_source_header_spec.rb
+++ b/spec/bundler/realworld/gemfile_source_header_spec.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
-require "spec_helper"
+
require "thread"
RSpec.describe "fetching dependencies with a mirrored source", :realworld => true, :rubygems => ">= 2.0" do
@@ -23,7 +23,7 @@ RSpec.describe "fetching dependencies with a mirrored source", :realworld => tru
gem 'weakling'
G
- bundle :install
+ bundle :install, :artifice => nil
expect(out).to include("Installing weakling")
expect(out).to include("Bundle complete")