aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/with_clean_env_spec.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-04-20 12:21:49 -0700
committerCarlhuda <carlhuda@engineyard.com>2010-04-22 14:54:45 -0700
commit6adcba43bb1e9fdaf0522206bbf8b12266550296 (patch)
tree0f46d1a321cd19950459a432fb98ae613752792b /spec/runtime/with_clean_env_spec.rb
parentdba05ab7df0d7669079e83289eacf64fcc272c5a (diff)
downloadbundler-6adcba43bb1e9fdaf0522206bbf8b12266550296.tar.gz
Require spec_helper
Diffstat (limited to 'spec/runtime/with_clean_env_spec.rb')
-rw-r--r--spec/runtime/with_clean_env_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/with_clean_env_spec.rb b/spec/runtime/with_clean_env_spec.rb
index 3894e414..51ecc29e 100644
--- a/spec/runtime/with_clean_env_spec.rb
+++ b/spec/runtime/with_clean_env_spec.rb
@@ -1,4 +1,4 @@
-require File.expand_path('../../spec_helper', __FILE__)
+require "spec_helper"
describe "Bundler.with_clean_env" do