fix merge
This commit is contained in:
parent
e211871168
commit
c5d9f41242
|
|
@ -125,8 +125,8 @@ FactoryGirl.define do
|
|||
addr 0
|
||||
locidispid 0
|
||||
client_type 'client'
|
||||
last_jam_audio_latency { user.last_jam_audio_latency if user }
|
||||
# sequence(:channel_id) { |n| "Channel#{n}"}
|
||||
last_jam_audio_latency { user.last_jam_audio_latency if user }
|
||||
sequence(:channel_id) { |n| "Channel#{n}"}
|
||||
association :user, factory: :user
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -143,8 +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 if user }
|
||||
# sequence(:channel_id) { |n| "Channel#{n}"}
|
||||
sequence(:channel_id) { |n| "Channel#{n}"}
|
||||
end
|
||||
|
||||
factory :friendship, :class => JamRuby::Friendship do
|
||||
|
|
|
|||
Loading…
Reference in New Issue