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
1 changed files with 3 additions and 0 deletions

View File

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