mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
whitespace
This commit is contained in:
parent
bb7ef10c7d
commit
d511fbeee3
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ describe OmniAuth::Strategies::Facebook do
|
|||
subject.raw_info.should be_a(Hash)
|
||||
subject.raw_info['ohai'].should eq('thar')
|
||||
end
|
||||
|
||||
|
||||
it 'returns an empty hash when the response is false' do
|
||||
@access_token.stub(:get).with('/me') do
|
||||
response = double('OAuth2::Response')
|
||||
|
|
Loading…
Reference in a new issue