1
0
Fork 0
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:
Alexey Zakharov 2011-04-29 13:41:03 +06:00
parent 2e205d0a57
commit 64f96f0182

View 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