1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-core/spec/spec_helper.rb

6 lines
122 B
Ruby
Raw Normal View History

2013-05-29 01:11:57 -04:00
require 'simplecov'
2013-05-30 13:38:52 -04:00
SimpleCov.root(File.expand_path(File.dirname(__FILE__) + '/..'))
require 'coveralls'
Coveralls.wear!