Skip to content

Commit dd06392

Browse files
committed
temp! Point to a branch of rspec-core
1 parent 6489ae6 commit dd06392

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile-rspec-dependencies

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
2-
%w[rspec rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
2+
%w[rspec rspec-expectations rspec-mocks rspec-support].each do |lib|
33
library_path = File.expand_path("../../#{lib}", __FILE__)
44
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
55
gem lib, :path => library_path, :require => false
66
else
77
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => branch, :require => false
88
end
99
end
10+
gem 'rspec-core', :git => "https://github.com/odinhb/rspec-core.git", :branch => 'current_scope', :require => false

0 commit comments

Comments
 (0)