mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
add mailru spec
This commit is contained in:
parent
2e205d0a57
commit
64f96f0182
1 changed files with 5 additions and 0 deletions
5
oa-oauth/spec/omniauth/strategies/mailru_spec.rb
Normal file
5
oa-oauth/spec/omniauth/strategies/mailru_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
require File.expand_path('../../../spec_helper', __FILE__)
|
||||||
|
|
||||||
|
describe OmniAuth::Strategies::Mailru do
|
||||||
|
it_should_behave_like "an oauth2 strategy"
|
||||||
|
end
|
Loading…
Reference in a new issue