From d76b316b75f2ea68d504290619f01f8520a8112a Mon Sep 17 00:00:00 2001 From: Javier Julio Date: Thu, 13 Jul 2023 18:40:18 -0400 Subject: [PATCH] Fix error due to git cherry-pick commit On another branch this was fine but cherry picking on to master had no error so missed this. --- spec/unit/views/pages/layout_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/unit/views/pages/layout_spec.rb b/spec/unit/views/pages/layout_spec.rb index ab074d83e68..79867a13179 100644 --- a/spec/unit/views/pages/layout_spec.rb +++ b/spec/unit/views/pages/layout_spec.rb @@ -46,6 +46,4 @@ it "should have lang attribute on the html element" do expect(layout.attributes[:lang]).to eq :en end - - end end