Newer
Older
dmpopidor / test / fixtures / identifier_schemes.yml
@Brian Riley Brian Riley on 4 Nov 2016 322 bytes Added tests for the new omniauth functionality
<% # Load the org types from thosedefined in the MagicStrings section of the locale %>
<% I18n.t("identifier_schemes.schemes").each do |k,v| %>
<%= k.downcase %>:
  name: <%= "#{k}" %>
  api_key: 'ABCDEFG'
  api_secret: '123456'
  landing_page_uri: 'http://example-site.edu'
  params: '{"scope":"/do_something"}'
<% end %>