# File lib/omniauth/test/strategy_macros.rb, line 10 def sets_provider_to(provider) it "sets the provider to #{provider}" do expect((last_request.env['omniauth.auth'] || {})['provider']).to eq provider end end