Skip to content

Instantly share code, notes, and snippets.

@tomtt
Created April 26, 2009 22:07
Show Gist options
  • Select an option

  • Save tomtt/102192 to your computer and use it in GitHub Desktop.

Select an option

Save tomtt/102192 to your computer and use it in GitHub Desktop.
@mock_comments_scope = mock('comments scope')
@mock_comments_scope.stub!(:today).and_return :this_is_today
@post.stub!(:comments).and_return @mock_comments_scope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment