The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Rspec-rails mock_model helper for the RR test double framework

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Joseph Wilk

Posts: 22
Nickname: joesniff
Registered: Aug, 2008

Joseph Wilk is a Technical Architect and he focuses on AI, WebTech, Usability & Software Process
Rspec-rails mock_model helper for the RR test double framework Posted: Aug 28, 2008 5:54 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Joseph Wilk.
Original Post: Rspec-rails mock_model helper for the RR test double framework
Feed Title: JoeSniff
Feed URL: http://www.joesniff.co.uk/feed
Feed Description: Joseph Wilk on AI, The Web, Usability & Software process
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Joseph Wilk
Latest Posts From JoeSniff

Advertisement
Rspec-rails is a rails plugin which brings the Rspec Ruby Behaviour Driven Development framework to rails along with some rails specific helpers. One of these hugely useful helper functions is: mock_model(model_class, options_and_stubs = {}) This creates a mock object with the common methods stubbed out. It also allows you to specify other methods you want to stub. You [...]

Read: Rspec-rails mock_model helper for the RR test double framework

Topic: Rails - Simple Asynchronous Processing Previous Topic   Next Topic Topic: Mini Sagas

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use