Skip to content

Commit fd3f5ea

Browse files
committed
Temporarily use an rspec-core branch.
1 parent 041f542 commit fd3f5ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
%w[rspec rspec-core rspec-expectations rspec-mocks rspec-collection_matchers rspec-support].each do |lib|
5+
%w[rspec rspec-expectations rspec-mocks rspec-collection_matchers rspec-support].each do |lib|
66
library_path = File.expand_path("../../#{lib}", __FILE__)
77
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
88
gem lib, :path => library_path
@@ -11,6 +11,9 @@ gemspec
1111
end
1212
end
1313

14+
# TODO: remove this before merging this PR (and after the rspec-core PR is merged)
15+
gem 'rspec-core', :github => "rspec/rspec-core", :branch => "define-derived-metadata"
16+
1417
### deps for rdoc.info
1518
group :documentation do
1619
gem 'yard', '0.8.7.3', :require => false

0 commit comments

Comments
 (0)