diff --git a/test/helper.rb b/test/helper.rb index 491a41c7..c757e736 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -1,3 +1,6 @@ +require 'simplecov' +SimpleCov.start + require 'rubygems' gem 'RedCloth', '>= 4.2.1'