# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :gs_parameter do name "MyString" section "MyString" value "MyString" class_type "MyString" end end