Skip to content

Instantly share code, notes, and snippets.

@swarut
Created March 20, 2013 09:00
Show Gist options
  • Save swarut/5203269 to your computer and use it in GitHub Desktop.
Save swarut/5203269 to your computer and use it in GitHub Desktop.
Rspec : Stuby with Any Parameter #rails #rspec
before do
user.stub(:facebook_connected?).and_return(true)
user.stub(:facebook_allows_permission?).with(anything)
.and_return(true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment