1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Remove requirement on simplecov also

This commit is contained in:
James Cox 2019-01-07 13:23:04 -05:00
parent ca0ed2e824
commit 1f048b24ce

View file

@ -15,8 +15,9 @@
# $ gem install rspec -v=2.6.0
#
require 'simplecov'
SimpleCov.start
# require 'simplecov'
# SimpleCov.start
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))