mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Adding api task_lists#show and spec, edit.haml updates
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FactoryGirl.define do
|
||||
factory :task_list do
|
||||
item_id { FactoryGirl.create(:bike).id }
|
||||
item_type "Bike"
|
||||
name { Faker::Lorem.words.join(" ")}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user