Project

General

Profile

Download (202 Bytes) Statistics
| Branch: | Tag: | Revision:
require 'test_helper'

class AuthSourceExternalTest < ActiveSupport::TestCase
test_to_label do
source = AuthSourceExternal.new
assert_equal source.auth_method_name, source.to_label
end

end
(2-2/78)