From 2deccb45ba9c0e9c6c2443003d4f8bdaf058d713 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 27 Jan 2015 16:41:27 +0200 Subject: [PATCH] Removed extra line --- spec/models/contact_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/models/contact_spec.rb b/spec/models/contact_spec.rb index 6404f4ed3..bf89eb6ea 100644 --- a/spec/models/contact_spec.rb +++ b/spec/models/contact_spec.rb @@ -189,7 +189,6 @@ end # end # end - describe Contact, '.extract_params' do it 'returns params hash'do ph = { id: '123123', email: 'jdoe@example.com', authInfo: { pw: 'asde' },