Sha256: c45c44aa6689cca8fb91b9baf6237ff598baeac824061700b34eda9e0233c6ca
Contents?: true
Size: 371 Bytes
Versions: 4
Compression:
Stored size: 371 Bytes
Contents
# -*- coding: utf-8 -*- require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe Tengine::NullLogger do context "使用可能なメソッド" do subject{ Tengine::NullLogger.new } it{ subject.debug("foo") } it{ subject.info("foo") } it{ subject.warn("foo") } it{ subject.error("foo") } it{ subject.fatal("foo") } end end
Version data entries
4 entries across 4 versions & 1 rubygems