Skip to content

Instantly share code, notes, and snippets.

@nerdyc
Created May 23, 2010 01:21
Show Gist options
  • Save nerdyc/410536 to your computer and use it in GitHub Desktop.
Save nerdyc/410536 to your computer and use it in GitHub Desktop.
require "rubygems"
require "mocha/standalone"
require "mocha/object"
include Mocha::API
mocha_setup
NSURLRequest.stubs(:alloc).returns(nil)
NSURLRequest.alloc # returns nil!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment