From b154c75106eaddbdd48536b5a31168af6ca2510a Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 19 Aug 2015 17:24:23 +0300 Subject: [PATCH] Fix rubocop #2866 --- spec/features/admin/contact_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/admin/contact_spec.rb b/spec/features/admin/contact_spec.rb index 64ef6cc41..6edaaf2d1 100644 --- a/spec/features/admin/contact_spec.rb +++ b/spec/features/admin/contact_spec.rb @@ -24,7 +24,7 @@ feature 'Admin contact', type: :feature do end 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: 'third name') sign_in @user