about summary refs log tree commit diff
path: root/spec/fabricators/application_fabricator.rb
blob: 42b7009dc23c839c840ccc4ee4c531f36a79c83e (plain) (blame)
1
2
3
4
5
Fabricator(:application, from: Doorkeeper::Application) do
  name         'Example'
  website      'http://example.com'
  redirect_uri 'http://example.com/callback'
end