We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e96dcea + 73e657b commit 481512aCopy full SHA for 481512a
Gemfile
@@ -4,7 +4,7 @@ gemspec
4
5
%w[rspec rspec-core rspec-expectations rspec-mocks rspec-collection_matchers rspec-support].each do |lib|
6
library_path = File.expand_path("../../#{lib}", __FILE__)
7
- if File.exist?(library_path)
+ if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
8
gem lib, :path => library_path
9
else
10
gem lib, :git => "git://github.com/rspec/#{lib}.git"
0 commit comments