1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00
rspec--rspec-metagem/Gemfile

8 lines
184 B
Text
Raw Permalink Normal View History

2013-02-27 22:03:10 -05:00
source "https://rubygems.org"
2010-06-21 21:25:48 -05:00
gem "rake"
%w[rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
gem lib, :path => File.expand_path("../../#{lib}", __FILE__)
end