Move benchmark-ips to test group

This commit is contained in:
Santiago Pastorino 2013-03-11 15:49:05 -03:00
parent de1354f0ba
commit 4076288a83
1 changed files with 2 additions and 2 deletions

View File

@ -35,6 +35,8 @@ group :test do
platforms :mri_19, :mri_20 do
gem 'debugger' if !ENV['TRAVIS']
end
gem 'benchmark-ips'
end
platforms :ruby do
@ -79,5 +81,3 @@ end
# A gem necessary for ActiveRecord tests with IBM DB
gem 'ibm_db' if ENV['IBM_DB']
gem 'benchmark-ips'