# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :workout do date "2013-08-04 20:31:21" end end