Skip to content

Commit

Permalink
Merge pull request #1880 from larskanis/adjust-test-class-name
Browse files Browse the repository at this point in the history
Fix test class name to match the filename
  • Loading branch information
flavorjones authored Mar 6, 2019
2 parents 528f076 + ddda492 commit 2340bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/html/test_attributes_properly_escaped.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Nokogiri
module HTML
class TestAttributesDoNotSupportMacros < Nokogiri::TestCase
class TestAttributesProperlyEscaped < Nokogiri::TestCase
unless Nokogiri::VersionInfo.instance.libxml2? && Nokogiri::VersionInfo.instance.libxml2_using_system?

def test_attribute_macros_are_escaped
Expand Down

0 comments on commit 2340bd7

Please sign in to comment.