Sha256: 0c14373b854b3f3b1a784078106c362d7f814e36129a4e042205ad18b9d4ecd5

Contents?: true

Size: 402 Bytes

Versions: 66

Compression:

Stored size: 402 Bytes

Contents

require 'helper'

module Nutella
  class TestNutellaLogger < MiniTest::Test
    
    # should "log to console with color and error code" do
#       assert_equal(453, console.error("This is the message that needs to be logged", 453))
#     end
    
    # shuold "log to appenders and not console" do
#       log.error("This is an error message that needs to be logged", 354)
#     end
    
  end
end  

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
nutella_framework-0.3.1 test/logging/test_logging.rb
nutella_framework-0.3.0 test/logging/test_logging.rb
nutella_framework-0.2.1 test/logging/test_logging.rb
nutella_framework-0.2.0 test/logging/test_logging.rb
nutella_framework-0.1.2 test/logging/test_logging.rb
nutella_framework-0.1.0 test/logging/test_logging.rb