lostapathy/simple_report

View on GitHub
Gemfile

Summary

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

git_source(:github) {|repo_name| "https://github.com/lostapathy/simple_report" }

# Specify your gem's dependencies in simple_report.gemspec
gemspec

group :test do
  gem "simplecov"
  gem "codeclimate-test-reporter", "~> 1.0.0"
end