class Bundler::RubygemsIntegration

def all_specs

def all_specs
  Gem::Specification.stubs.map do |stub|
    StubSpecification.from_stub(stub)
  end
end