middleman/middleman-core/spec/spec_helper.rb

8 lines
190 B
Ruby
Raw Normal View History

2013-05-28 22:11:57 -07:00
require 'simplecov'
2013-05-30 13:38:52 -04:00
SimpleCov.root(File.expand_path(File.dirname(__FILE__) + '/..'))
require 'coveralls'
Coveralls.wear!
2014-06-20 14:09:51 -07:00
require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start