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