Move logging to separate class, disable logging during test execution.

This commit is contained in:
Petr Korolev
2015-06-10 13:27:27 +03:00
parent a0cf2f54ee
commit ff6115247e
7 changed files with 62 additions and 41 deletions

View File

@@ -19,6 +19,10 @@ require "codeclimate-test-reporter"
require "simplecov"
require "coveralls"
# This module is only used to check the environment is currently a testing env
module SpecHelper
end
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
Coveralls::SimpleCov::Formatter,
SimpleCov::Formatter::HTMLFormatter,