Hi, I've been browsing the RSpec book and the RDoc, but I can't see how to ensure the following: Stub an instance with a method it doesn't have and raise NoMethodError (or something like it.) I want to do this because I don't want to use incorrect names for my dependency methods... Thanks, Lille