summaryrefslogtreecommitdiff
path: root/spec/support/artifice/fail.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-11-18 22:09:22 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-11-18 22:09:22 -0600
commit032d71f02cc8d5d669e463c325e7e57caf35539b (patch)
tree73422b7e966e3ca598797690f94e142fbfc6eb6f /spec/support/artifice/fail.rb
parentda2dc28fc3070475a4f258cabfa4a054d0e88a37 (diff)
downloadbundler-032d71f02cc8d5d669e463c325e7e57caf35539b.tar.gz
Replace fakeweb in the specs with artificeseg-remove-fakeweb
Diffstat (limited to 'spec/support/artifice/fail.rb')
-rw-r--r--spec/support/artifice/fail.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/artifice/fail.rb b/spec/support/artifice/fail.rb
index e15768a328..2e29c03c5b 100644
--- a/spec/support/artifice/fail.rb
+++ b/spec/support/artifice/fail.rb
@@ -2,7 +2,7 @@
require File.expand_path("../../path.rb", __FILE__)
-# Set up pretend http gem server with FakeWeb
+# Set up pretend http gem server with Artifice
$LOAD_PATH.unshift Dir[Spec::Path.base_system_gems.join("gems/artifice*/lib")].first.to_s
$LOAD_PATH.unshift Dir[Spec::Path.base_system_gems.join("gems/rack-*/lib")].first.to_s
$LOAD_PATH.unshift Dir[Spec::Path.base_system_gems.join("gems/rack-*/lib")].last.to_s