middleman/middleman-core/spec/spec_helper.rb

8 lines
190 B
Ruby
Raw Normal View History

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'
Coveralls.wear!
2014-06-20 23:09:51 +02:00
require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start