But what if I need to use posts as such? @person = mock_model(Person) @person.stub_association!(:posts, :find_by_title => mock_model(Post))
posts.stub!(:count).and_return(2)
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
