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.
1 parent 72b6747 commit 38c2372Copy full SHA for 38c2372
Gemfile
@@ -4,7 +4,7 @@ gemspec
4
5
%w[rspec rspec-core rspec-expectations rspec-mocks].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
elsif ENV["CI"] || ENV["USE_GIT_REPOS"]
10
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => '2-99-maintenance'
0 commit comments