Sha256: 16ac3cb0337a57a7d0487a69ddaed6c45b105409ac28dddcad86ec871a494855

Contents?: true

Size: 276 Bytes

Versions: 6

Compression:

Stored size: 276 Bytes

Contents

require 'spec_helper'

describe Adauth, :no_ad => true do
    it "should accept a block" do
        Adauth.configure do |c|
        end
    end
  
    it "should be able to have a new logged defined" do
      Adauth.logger= Logger.new('log/newlogger.log', 'daily')
    end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adauth-2.0.5 spec/adauth_spec.rb
adauth-2.0.4 spec/adauth_spec.rb
adauth-2.0.3 spec/adauth_spec.rb
adauth-2.0.2 spec/adauth_spec.rb
adauth-2.0.1 spec/adauth_spec.rb
adauth-2.0.0 spec/adauth_spec.rb