Sha256: 812a5c2317159a1088fd329e1dc5966469af11c1521d3d7d651045af48b830ce

Contents?: true

Size: 339 Bytes

Versions: 127

Compression:

Stored size: 339 Bytes

Contents

require 'test_helper'

class AuthenticationTest < ActiveSupport::TestCase
  test "should get provider name and handle OpenID special case" do
    assert_equal 'OpenID', authentications(:open_id).provider_name
  end

  test "should get provider name" do
    assert_equal 'Google Apps', authentications(:google_apps).provider_name
  end
end

Version data entries

127 entries across 127 versions & 1 rubygems

Version Path
contour-2.7.0 test/models/authentication_test.rb
contour-2.7.0.beta1 test/models/authentication_test.rb
contour-2.6.0 test/models/authentication_test.rb
contour-2.6.0.rc test/models/authentication_test.rb
contour-2.6.0.beta8 test/models/authentication_test.rb
contour-2.6.0.beta7 test/models/authentication_test.rb
contour-2.6.0.beta6 test/models/authentication_test.rb
contour-2.6.0.beta5 test/models/authentication_test.rb
contour-2.6.0.beta4 test/models/authentication_test.rb
contour-2.6.0.beta3 test/models/authentication_test.rb
contour-2.6.0.beta2 test/models/authentication_test.rb
contour-2.6.0.beta1 test/models/authentication_test.rb
contour-2.5.0 test/models/authentication_test.rb
contour-2.5.0.beta1 test/models/authentication_test.rb
contour-2.4.0 test/models/authentication_test.rb
contour-2.4.0.rc2 test/models/authentication_test.rb
contour-2.4.0.rc test/models/authentication_test.rb
contour-2.4.0.beta3 test/models/authentication_test.rb
contour-2.4.0.beta2 test/models/authentication_test.rb
contour-2.4.0.beta1 test/models/authentication_test.rb