mirror of
https://github.com/rspec/rspec-metagem.git
synced 2022-11-09 12:09:29 -05:00
7 lines
184 B
Ruby
7 lines
184 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "rake"
|
|
|
|
%w[rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
|
|
gem lib, :path => File.expand_path("../../#{lib}", __FILE__)
|
|
end
|