# File lib/omniauth/test/strategy_macros.rb, line 13 def sets_provider_to(provider) it "should set the provider to #{provider}" do (last_request.env['omniauth.auth'] || {})['provider'].should == provider end end