Add SimpleCov to the unit tests
This commit is contained in:
parent
06a6b8aadb
commit
00d74fa53f
|
@ -1,3 +1,6 @@
|
||||||
|
require 'simplecov'
|
||||||
|
SimpleCov.start
|
||||||
|
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
gem 'RedCloth', '>= 4.2.1'
|
gem 'RedCloth', '>= 4.2.1'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue