2013-05-29 07:11:57 +02:00
|
|
|
require 'simplecov'
|
2013-05-30 19:38:52 +02:00
|
|
|
SimpleCov.root(File.expand_path(File.dirname(__FILE__) + '/..'))
|
|
|
|
|
|
|
|
require 'coveralls'
|
2013-11-19 07:22:18 +01:00
|
|
|
Coveralls.wear!
|
2014-06-20 23:09:51 +02:00
|
|
|
|
|
|
|
require 'codeclimate-test-reporter'
|
|
|
|
CodeClimate::TestReporter.start
|