Setup basic workout index action
This commit is contained in:
parent
de37e811f9
commit
cab5cc436e
12 changed files with 84 additions and 54 deletions
7
spec/factories/workouts.rb
Normal file
7
spec/factories/workouts.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue