spec/spec_helper.rb in ztk-0.0.7 vs spec/spec_helper.rb in ztk-0.0.8

- old
+ new

@@ -1,8 +1,8 @@ ################################################################################ # -# Author: Zachary Patten <zachary@jovelabs.com> +# Author: Zachary Patten <zachary@jovelabs.net> # Copyright: Copyright (c) Jove Labs # License: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,7 +24,9 @@ require 'simplecov' SimpleCov.start do add_filter '/spec/' end if ENV["COVERAGE"] + +$logger = ZTK::Logger.new("test.log") ################################################################################