Sha256: a213e6754ffe78c83229b2dff5d7f782af7ffb9436e8ca5ec4d8aaa86e3d7054

Contents?: true

Size: 209 Bytes

Versions: 8

Compression:

Stored size: 209 Bytes

Contents

require 'spec_helper'

shared_examples_for 'a logger' do
  [:fatal, :error, :warn, :info, :debug].each do |level|
    it "responds to :#{level}" do
      expect(subject).to respond_to(level)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fist_of_fury-0.3.1 spec/fist_of_fury/logging_sharedspec.rb
fist_of_fury-0.3.0 spec/fist_of_fury/logging_sharedspec.rb
fist_of_fury-0.2.7 spec/fist_of_fury/logging_sharedspec.rb
fist_of_fury-0.2.6 spec/fist_of_fury/logging_sharedspec.rb
fist_of_fury-0.2.5 spec/fist_of_fury/logging_sharedspec.rb
fist_of_fury-0.2.1 spec/fist_of_fury/logging_sharedspec.rb
fist_of_fury-0.2.0 spec/fist_of_fury/logging_sharedspec.rb
fist_of_fury-0.1.0 spec/fist_of_fury/logging_sharedspec.rb