require'spec_helper'moduleRefinerymoduleBlogdescribeComment,type::modeldocontext"wiring up"dolet(:comment){FactoryGirl.create(:blog_comment)}it"saves"doexpect(comment).not_tobe_nilendit"has a blog post"doexpect(comment.post).not_tobe_nilendendendendend