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