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.9.2 test/logging/test_logging.rb
nutella_framework-0.9.1 test/logging/test_logging.rb
nutella_framework-0.9.0 test/logging/test_logging.rb
nutella_framework-0.8.0 test/logging/test_logging.rb
nutella_framework-0.7.3 test/logging/test_logging.rb
nutella_framework-0.7.2 test/logging/test_logging.rb
nutella_framework-0.7.1 test/logging/test_logging.rb
nutella_framework-0.7.0 test/logging/test_logging.rb
nutella_framework-0.6.21 test/logging/test_logging.rb
nutella_framework-0.6.20 test/logging/test_logging.rb
nutella_framework-0.6.19 test/logging/test_logging.rb
nutella_framework-0.6.18 test/logging/test_logging.rb
nutella_framework-0.6.17 test/logging/test_logging.rb
nutella_framework-0.6.16 test/logging/test_logging.rb
nutella_framework-0.6.15 test/logging/test_logging.rb
nutella_framework-0.6.13 test/logging/test_logging.rb
nutella_framework-0.6.12 test/logging/test_logging.rb
nutella_framework-0.6.11 test/logging/test_logging.rb
nutella_framework-0.6.10 test/logging/test_logging.rb
nutella_framework-0.6.9 test/logging/test_logging.rb