class Bundler::Source::Git

def load_spec_files

def load_spec_files
  super
rescue PathError
  raise PathError, "#{to_s} is not checked out. Please run `bundle install`"
end