ci-reporter/ci_reporter_rspec

View on GitHub
gemfiles/Gemfile.2.99

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

gem 'rake'
gem 'rspec', '~> 2.99.0'
gem 'ci_reporter_rspec', path: '..'

group :test do
  gem 'ci_reporter_test_utils'
end