Sha256: 0c9bf82b56500aa33e9b5a0f9f967dbfa874fdbf10c1448b1642f5aed3d8518c

Contents?: true

Size: 441 Bytes

Versions: 4

Compression:

Stored size: 441 Bytes

Contents

require File.join(File.dirname(__FILE__), "spec_helper.rb")

describe Quickbooks::Support::Logger do

  it "should initialize an ActiveSupport::BufferedLogger" do
  end

  it "should log to a thread specific buffer" do
  end

  it "should print the contents of the log buffer" do
  end

  it "should indent, unindent, and reset indentation" do
  end

  it "should change the format appropriately when the formatter is changed" do
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
quickbooks_api-0.0.7 spec/quickbooks/logger_spec.rb
quickbooks_api-0.0.4 spec/quickbooks/logger_spec.rb
quickbooks_api-0.0.3 spec/quickbooks/logger_spec.rb
quickbooks_api-0.0.2 spec/quickbooks/logger_spec.rb