From c71ebc38bb3b1347b9a8aa51561ceb92a92e7608 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Fri, 30 Oct 2020 17:06:08 +0000 Subject: [PATCH] Fix Layout/ArgumentAlignment --- spec/models/enterprise_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/models/enterprise_spec.rb b/spec/models/enterprise_spec.rb index d1281a84f1..f202611ff5 100644 --- a/spec/models/enterprise_spec.rb +++ b/spec/models/enterprise_spec.rb @@ -512,9 +512,9 @@ describe Enterprise do describe "presentation of attributes" do let(:distributor) { build_stubbed(:distributor_enterprise, - website: "http://www.google.com", - facebook: "www.facebook.com/roger", - linkedin: "https://linkedin.com") + website: "http://www.google.com", + facebook: "www.facebook.com/roger", + linkedin: "https://linkedin.com") } it "strips http from url fields" do