What do you guys think of this: if someone calls should_receive
outside of an "it" block, it warns you.

  before(:each) do
    @foo = Foo.new
    @foo.should_receive(:monkeys)
  end

would warn you that you're setting an expectation in the wrong place,
and that "stub" is correct when setting up objects.

Opinions?


courtenay
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to