search for: 6e1eca2b

Displaying 1 result from an estimated 1 matches for "6e1eca2b".

2011 Sep 07
4
rspec testing inheritance
Hello, Is there any way to test model inheritance in spec? something like.. it { ChildModel.should < ParentModel } thanks.