I am using FactoryGirl and RSpec to test my code. Mongoid in my ORM. The problem I am encountering is that in order create an embedded document, you must also create the parent document. Here is an example:I am using FactoryGirl and RSpec to test my cod