* fixing admin tests

This commit is contained in:
Seth Call 2014-07-14 17:43:07 -05:00
parent d5b019620b
commit 5feb642c0f
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ FactoryGirl.define do
legal_terms true
language 'eng'
legal_policy 'standard'
timezone 'UTC,Etc/UTC'
open_rsvps true
scheduled_start Time.now
scheduled_duration 3600
genre JamRuby::Genre.first
association :creator, :factory => :user
end