Report abuse


			
>> log
=> {1=>"hey"}
>> UserIntegration.find(:all)
=> []
>> UserIntegration.expects(:find).with("1").returns(log)
NoMethodError: You have a nil object when you didn't expect it!
The error occurred while evaluating nil.stub
        from /opt/local/lib/ruby/gems/1.8/gems/mocha-0.5.3/lib/mocha/object.rb:40:in `expects'
        from (irb):17