mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Fix rubocop #2866
This commit is contained in:
parent
7d5b59ec12
commit
b154c75106
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue