Skip to content

Commit

Permalink
Fix typo in awesome_tests_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig committed Oct 14, 2024
1 parent 5e71c26 commit b48c664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/awesome_tests_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
end

shared_examples "no extra css is added" do
it "css is no present" do
it "css is not present" do
expect(page.body).not_to have_content("body {background: red;}")
end

Expand Down

0 comments on commit b48c664

Please sign in to comment.