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