Test keys CRUD

This commit is contained in:
Thibault Jouan
2015-05-05 03:24:35 +00:00
parent 37ac6b769a
commit a2488980ed
3 changed files with 60 additions and 0 deletions

View File

@@ -5,6 +5,11 @@ def build_sound_file
end
FactoryGirl.define do
factory :key do
name 'Some key'
user
end
factory :playlist do
name 'Some playlist'
user