* fixing websocket test

This commit is contained in:
Seth Call 2014-07-14 17:41:42 -05:00
parent 9b29189cc0
commit ca084dc1ec
1 changed files with 5 additions and 1 deletions

View File

@ -63,9 +63,13 @@ FactoryGirl.define do
approval_required false
musician_access true
legal_terms true
language 'english'
language 'eng'
legal_policy 'standard'
genre JamRuby::Genre.first
timezone 'UTC,Etc/UTC'
open_rsvps true
scheduled_start Time.now
scheduled_duration 3600
association :creator, :factory => :user
end