どして:
fi = FactoryGirl.create(:finder_item、store_id:s.id、:category_foo、:random_question)
エラーをスローしますfinder_item_spec.rb:20: syntax error, unexpected ',', expecting tASSOC (SyntaxError)
ただし、割り当てが正常に機能する前に特性が機能するように、単に並べ替えるだけです。
fi = FactoryGirl.create(:finder_item、:category_foo、:random_question、store_id:s.id)