free_mutant/test_app/Gemfile.rspec3.4
2015-11-15 19:43:17 +00:00

7 lines
233 B
Groff

source 'https://rubygems.org'
gem 'rspec', '~> 3.4.0'
gem 'rspec-core', '~> 3.4.0'
gem 'mutant', path: '../'
gem 'mutant-rspec', path: '../'
gem 'adamantium'
eval_gemfile File.expand_path('../../Gemfile.shared', __FILE__)