summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-06 17:42:22 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-06 17:42:22 +0200
commit97746e42bf4f832c0c69f7cc5e7927446614fe38 (patch)
tree8ad0d629d514a7caf410f59dfed6c2a23b8aca16
parent0f61c779cbc432b58afd003c86de9d482c76aaa4 (diff)
downloadbundler-97746e42bf4f832c0c69f7cc5e7927446614fe38.tar.gz
WIP
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 3f12b27547..4710ba6f22 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -17,7 +17,7 @@ require "rspec"
Dir["#{File.expand_path("../support", __FILE__)}/*.rb"].each do |file|
file = file.gsub(%r{\A#{Regexp.escape File.expand_path("..", __FILE__)}/}, "")
- require file unless file.end_with?("hax.rb")
+ require file unless file.end_with?("artifice.rb", "hax.rb")
end
$debug = false