TwilightCoders/quick_count

View on GitHub
Gemfile

Summary

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

gemspec

group :test do

  # Generates coverage stats of specs
  gem 'simplecov'

  # Publishes coverage to codeclimate
  gem 'codeclimate-test-reporter'

  gem 'rspec'

  gem 'database_cleaner'

  gem 'combustion'

end