* adding legal_terms boolean to factory for VRFS-37
This commit is contained in:
parent
ef2aa9e847
commit
46789b453e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue