* fixing a few web tests
This commit is contained in:
parent
83489723a3
commit
a46180880e
|
|
@ -125,6 +125,7 @@ FactoryGirl.define do
|
|||
addr 0
|
||||
locidispid 0
|
||||
client_type 'client'
|
||||
last_jam_audio_latency { user.last_jam_audio_latency if user }
|
||||
association :user, factory: :user
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ FactoryGirl.define do
|
|||
addr {JamIsp.ip_to_num(ip_address)}
|
||||
locidispid 0
|
||||
client_type 'client'
|
||||
last_jam_audio_latency { user.last_jam_audio_latency}
|
||||
last_jam_audio_latency { user.last_jam_audio_latency if user }
|
||||
end
|
||||
|
||||
factory :friendship, :class => JamRuby::Friendship do
|
||||
|
|
|
|||
Loading…
Reference in New Issue