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