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:
parent
ca0ed2e824
commit
1f048b24ce
1 changed files with 3 additions and 2 deletions
|
@ -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'))
|
||||
|
||||
|
|
Loading…
Reference in a new issue