FactoryGirl.define do factory :recipe_step do number 1 step "MyText" end end