Finish testing show function

This commit is contained in:
Andrew Tomaka 2013-08-04 23:40:58 -04:00
parent 53d689cd91
commit 89cfba504c
3 changed files with 10 additions and 2 deletions

View file

@ -2,6 +2,6 @@
FactoryGirl.define do
factory :workout do
date "2013-08-04 20:31:21"
date Time.now
end
end