application_fabricator.rb (169B)
- Fabricator(:application, from: Doorkeeper::Application) do
- name 'Example'
- website 'http://example.com'
- redirect_uri 'http://example.com/callback'
- end
git clone https://hacktivis.me/git/mastofe.git
application_fabricator.rb (169B)
- Fabricator(:application, from: Doorkeeper::Application) do
- name 'Example'
- website 'http://example.com'
- redirect_uri 'http://example.com/callback'
- end