This commit is contained in:
Martin Lensment 2015-08-19 17:24:23 +03:00
parent 7d5b59ec12
commit b154c75106

View file

@ -24,7 +24,7 @@ feature 'Admin contact', type: :feature do
end end
it 'should search contacts by name' do it 'should search contacts by name' do
d1 = Fabricate(:contact, name: 'first name') Fabricate(:contact, name: 'first name')
Fabricate(:contact, name: 'second name') Fabricate(:contact, name: 'second name')
Fabricate(:contact, name: 'third name') Fabricate(:contact, name: 'third name')
sign_in @user sign_in @user