# File lib/omniauth/test/strategy_macros.rb, line 4 def sets_an_auth_hash it 'sets an auth hash' do expect(last_request.env['omniauth.auth']).to be_kind_of(Hash) end end