1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

whitespace

This commit is contained in:
Mark Dodwell 2012-05-05 00:54:02 -07:00
parent bb7ef10c7d
commit d511fbeee3

View file

@ -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')