aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/lazy_specification.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-06-07 09:07:15 -0700
committerCarl Lerche <carllerche@mac.com>2010-06-07 09:07:15 -0700
commit171bfee09d72d596adc218cc8ddaf922916adff0 (patch)
treee2577089cfae07724339a43ede28aed3ed5c098f /lib/bundler/lazy_specification.rb
parent7e8447591c7f096519f9bf3348fa92df6ff7da52 (diff)
downloadbundler-171bfee09d72d596adc218cc8ddaf922916adff0.tar.gz
Get the check specs to pass
Diffstat (limited to 'lib/bundler/lazy_specification.rb')
-rw-r--r--lib/bundler/lazy_specification.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/lazy_specification.rb b/lib/bundler/lazy_specification.rb
index c612218a..0b3b0e8d 100644
--- a/lib/bundler/lazy_specification.rb
+++ b/lib/bundler/lazy_specification.rb
@@ -46,8 +46,6 @@ module Bundler
def __materialize__
@specification = source[self]
- raise "Could not materialize #{full_name}" unless @specification
- @specification
end
def respond_to?(*args)