mirror of
https://github.com/rspec/rspec-metagem.git
synced 2022-11-09 12:09:29 -05:00
Uses rspec-support from the local dev directory
This commit is contained in:
parent
90e3db8c90
commit
07c41323d7
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -2,6 +2,6 @@ source "https://rubygems.org"
|
|||
|
||||
gem "rake"
|
||||
|
||||
%w[rspec-core rspec-expectations rspec-mocks].each do |lib|
|
||||
%w[rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
|
||||
gem lib, :path => File.expand_path("../../#{lib}", __FILE__)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue