|
|
|
|
@ -2,10 +2,10 @@ require 'simplecov'
|
|
|
|
|
require 'coveralls' |
|
|
|
|
# require 'byebug' |
|
|
|
|
|
|
|
|
|
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ |
|
|
|
|
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([ |
|
|
|
|
SimpleCov::Formatter::HTMLFormatter, |
|
|
|
|
Coveralls::SimpleCov::Formatter |
|
|
|
|
] |
|
|
|
|
]) |
|
|
|
|
SimpleCov.start |
|
|
|
|
|
|
|
|
|
require 'squib' |
|
|
|
|
|