7 lines
155 B
Ruby
7 lines
155 B
Ruby
# 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
|