summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-06-23 13:54:42 -0700
committerCarl Lerche <carllerche@mac.com>2010-06-23 13:54:42 -0700
commit2eeff95e617c0bde57fab2eedfbef970b29ec9f9 (patch)
tree423e6f554dad8706f3a8051f500bdb9a482722ee /spec/spec_helper.rb
parent1e1bf7ce98b24e24ee05313c31fd38370bc3b9f7 (diff)
downloadbundler-2eeff95e617c0bde57fab2eedfbef970b29ec9f9.tar.gz
Add bundle install --local to enable installing from vendor/cache
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index f023a5f9f2..95234d88bc 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -48,10 +48,6 @@ Spec::Runner.configure do |config|
# e.g. check foo.should == bar
end
- def pending_cache_fixes
- pending "pending fixing the cache stuff"
- end
-
config.before :all do
build_repo1
end