I have two models: User
, Group
I have fixtures for both of them.
I have UserTest
class which is unitTest and I can use fixture finder users(:someuserfixture). However, if I try to use groups(:somegroupfixture) it says that groups isn't recognized.
How can I access fixtures of another model?