* adding legal_terms boolean to factory for VRFS-37

This commit is contained in:
Seth Call 2012-12-09 20:59:50 -06:00
parent ef2aa9e847
commit 46789b453e
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ FactoryGirl.define do
fan_access true
approval_required false
musician_access true
legal_terms true
end
factory :connection, :class => JamRuby::Connection do