Skip to content

Commit 2c4b2ae

Browse files
committed
Uses rspec-support from local dev directory
1 parent 4c8cdae commit 2c4b2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 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].each do |lib|
5+
%w[rspec rspec-core 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)
88
gem lib, :path => library_path

0 commit comments

Comments
 (0)