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