mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-11 20:21:10 +00:00
8 lines
198 B
Ruby
8 lines
198 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:application, from: Doorkeeper::Application) do
|
|
name 'Example'
|
|
website 'http://example.com'
|
|
redirect_uri 'urn:ietf:wg:oauth:2.0:oob'
|
|
end
|