Sha256: b53661c34d6e8b3c8853ae8d5e0d53071cea435cb79a190587a7974052cbeb13

Contents?: true

Size: 357 Bytes

Versions: 6918

Compression:

Stored size: 357 Bytes

Contents

# frozen_string_literal: true
require "spec_helper"

describe Ethon::Loggable do

  describe "#logger=" do

    let(:logger) do
      Logger.new($stdout).tap do |log|
        log.level = Logger::INFO
      end
    end

    before do
      Ethon.logger = logger
    end

    it "sets the logger" do
      expect(Ethon.logger).to eq(logger)
    end
  end
end

Version data entries

6,918 entries across 6,916 versions & 23 rubygems

Version Path
cybrid_api_organization_ruby-0.14.11 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_bank_ruby-0.14.11 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_id_ruby-0.14.11 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_id_ruby-0.14.10 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_bank_ruby-0.14.10 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_organization_ruby-0.14.10 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_id_ruby-0.14.9 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_bank_ruby-0.14.9 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_organization_ruby-0.14.9 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_organization_ruby-0.14.8 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_id_ruby-0.14.8 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_bank_ruby-0.14.8 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_id_ruby-0.14.7 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_organization_ruby-0.14.7 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_bank_ruby-0.14.7 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_bank_ruby-0.14.6 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_id_ruby-0.14.6 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_organization_ruby-0.14.6 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
ory-client-0.0.1.alpha181 vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
cybrid_api_organization_ruby-0.14.5 vendor/bundle/ruby/3.1.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb