Skip to content

Instantly share code, notes, and snippets.

@joshmcarthur
Created July 2, 2013 22:41
Show Gist options
  • Save joshmcarthur/5913896 to your computer and use it in GitHub Desktop.
Save joshmcarthur/5913896 to your computer and use it in GitHub Desktop.
Stubbing out a controller instance variable
before do
controller.instance_variable_set("@interactive_content_item", resource)
controller.stub(:set_interactive_content_item).and_return(true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment