Sha256: 5352cd1669f1da1706ee5162fa2a82cf10aa80ea58f4f3fd58d25888f638745b
Contents?: true
Size: 303 Bytes
Versions: 8
Compression:
Stored size: 303 Bytes
Contents
require 'test_helper' class OproClientAppTest < ActiveSupport::TestCase test "generate_unique_app_id" do client_app = create_client_app app_id = client_app.app_id new_app_id = Opro::Oauth::ClientApp.generate_unique_app_id(app_id) assert_not_equal app_id, new_app_id end end
Version data entries
8 entries across 8 versions & 1 rubygems