# Read about factories at http://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :softkey_function do name "MyString" end end