Add SimpleCov to the unit tests

This commit is contained in:
Matt Rogers
2013-01-16 22:20:34 -06:00
parent 06a6b8aadb
commit 00d74fa53f

View File

@@ -1,3 +1,6 @@
require 'simplecov'
SimpleCov.start
require 'rubygems'
gem 'RedCloth', '>= 4.2.1'