spec/guard_cache_spec.rb in ixtlan-guard-0.7.0 vs spec/guard_cache_spec.rb in ixtlan-guard-0.7.2
- old
+ new
@@ -7,10 +7,10 @@
FileUtils.mkdir_p(File.dirname($target))
$source1 = File.join(File.dirname(__FILE__), "guards", "users1_guard.yml")
$source2 = File.join(File.dirname(__FILE__), "guards", "users2_guard.yml")
$logger = Logger.new(STDOUT)
def $logger.debug(&block)
- info("\n\t[debug] " + block.call)
+# info("\n\t[debug] " + block.call)
end
describe Ixtlan::Guard::GuardNG do
context "without caching" do