middleman/middleman-core/spec/spec_helper.rb
2014-06-20 14:09:51 -07:00

8 lines
190 B
Ruby

require 'simplecov'
SimpleCov.root(File.expand_path(File.dirname(__FILE__) + '/..'))
require 'coveralls'
Coveralls.wear!
require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start