Skip to content

Commit

Permalink
Add codeclimate test reporter (disabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanp committed Dec 21, 2015
1 parent 6bceb2d commit 9d2380e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -26,6 +26,8 @@ group :test do
gem 'simplecov-console', '~> 0.2'

gem 'rack-test', '~> 0.6', require: 'rack/test'

gem 'codeclimate-test-reporter', require: false
end

group :development do
Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -22,6 +22,9 @@ rspec_libs = %i[
]

task :ci do
# require 'codeclimate-test-reporter'
# CodeClimate::TestReporter.start

errors = []

rspec_libs.each do |lib|
Expand Down

0 comments on commit 9d2380e

Please sign in to comment.