Skip to content

Commit

Permalink
Fix error due to git cherry-pick commit
Browse files Browse the repository at this point in the history
On another branch this was fine but cherry picking on to master had no error so missed this.
  • Loading branch information
javierjulio committed Jul 13, 2023
1 parent f72800b commit d76b316
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/unit/views/pages/layout_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,4 @@
it "should have lang attribute on the html element" do
expect(layout.attributes[:lang]).to eq :en
end

end
end

0 comments on commit d76b316

Please sign in to comment.