Skip to content

Commit

Permalink
Correctly broken
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Sep 11, 2020
1 parent 463781a commit 73a747f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/html-proofer/links_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
it 'allows for at-sign attribute' do
file = "#{FIXTURES_DIR}/links/at_sign.html"
proofer = run_proofer(file, :file)
expect(proofer.failed_tests).to eq []
expect(proofer.failed_tests.first).to match(/linking to internal hash/)
end

it 'allows for at-sign attribute to be ignored' do
Expand Down

0 comments on commit 73a747f

Please sign in to comment.