add mailru spec

This commit is contained in:
Alexey Zakharov 2011-04-29 13:41:03 +06:00
parent 2e205d0a57
commit 64f96f0182
1 changed files with 5 additions and 0 deletions

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