gab-social/spec/fabricators/application_fabricator.rb

6 lines
169 B
Ruby
Raw Normal View History

2019-07-02 08:10:25 +01:00
Fabricator(:application, from: Doorkeeper::Application) do
name 'Example'
website 'http://example.com'
redirect_uri 'http://example.com/callback'
end