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 4c8cdae commit 2c4b2aeCopy full SHA for 2c4b2ae
Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
2
3
gemspec
4
5
-%w[rspec rspec-core rspec-expectations rspec-mocks rspec-collection_matchers].each do |lib|
+%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)
8
gem lib, :path => library_path
0 commit comments