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