Sha256: 5af1ccdd22a1f02dae1bab7cdc6dacb1325bf026d5f3a9b1bb494ec787698445

Contents?: true

Size: 316 Bytes

Versions: 5

Compression:

Stored size: 316 Bytes

Contents

require 'minitest/autorun'
require 'helper'

class TestAuthNConfig < MiniTest::Unit::TestCase
  def setup

  end

  # def self.config
  #   @config ||= Config.new
  # end
  def test_config_returns_config_object
    actual = AuthN.config.class
    expected = AuthN::Config
    assert_equal expected, actual
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
authn-3.8.4 test/lib/authn/config_test.rb
authn-3.7.4 test/lib/authn/config_test.rb
authn-3.7.2 test/lib/authn/config_test.rb
authn-3.5.0 test/lib/authn/config_test.rb
authn-3.1.4 test/lib/authn/config_test.rb