Never been to DZone Snippets before? Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world Ok, what I essentially wanted to accomplish was something like: describe Product, 'with Group' do it 'should belong to group' do Product.should belong_to(:product_group) end end describe Pro

