I'm pretty new to rails testing and I tried using shoulda but it breaks whatever model I put it in so I figured I should just test them manually.
So my question to you oh great experts of SO is this:
How can I use test::unit to test that a model is associated with another model?