replace ci_reporter gem with ci_reporter_rspec

ci_reporter 2.x framework now uses per test platform gems.
This commit is contained in:
Joshua Hoblitt 2016-03-26 10:04:38 -07:00
parent f42bc1e549
commit 34830ab095
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ group :test do
gem 'rspec'
gem 'cucumber'
gem 'aruba'
gem 'ci_reporter'
gem 'ci_reporter_rspec', '~> 1.0'
gem 'rspec-its'
end