add a simple coverage report
This commit is contained in:
parent
be45c22d0d
commit
749ea963d4
3 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
require "simplecov"
|
||||
SimpleCov.start
|
||||
PROJECT_ROOT_PATH = File.dirname(File.dirname(File.dirname(__FILE__)))
|
||||
require "middleman-core"
|
||||
require "middleman-core/step_definitions"
|
||||
require File.join(PROJECT_ROOT_PATH, 'lib', 'middleman-deploy')
|
||||
require File.join(PROJECT_ROOT_PATH, 'lib', 'middleman-deploy')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue