Get test coverage reporting on codeclimate

This commit is contained in:
Reinier Balt 2013-09-16 09:40:41 +02:00
parent 94114746e7
commit 76902e95c0
4 changed files with 43 additions and 32 deletions

View file

@ -1,4 +1,9 @@
ENV["RAILS_ENV"] ||= "test"
# test coverage from codeclimate
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'