Skip to content

Instantly share code, notes, and snippets.

@simlegate
Last active December 24, 2015 04:09
Show Gist options
  • Select an option

  • Save simlegate/6741879 to your computer and use it in GitHub Desktop.

Select an option

Save simlegate/6741879 to your computer and use it in GitHub Desktop.
Rspec Syntax
# stub class
stub_const('ResourceCategory', Class.new)
# stub class and stub it's methods
stub_const('ResourceCategory', Class.new).stub(:all).and_return([])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment