diff --git a/config/blacklist.yml b/config/blacklist.yml index 0642bd2..d63ac2b 100644 --- a/config/blacklist.yml +++ b/config/blacklist.yml @@ -205,11 +205,13 @@ - deez nuts - devil - dick breath +- dick but - dick fiend - dick head - dick nose - dick wad - dick weed +- dickbut - dickbreath - dickface - dickfiend @@ -563,4 +565,4 @@ - whore - wop - wrapping the weasel -- yclit \ No newline at end of file +- yclit diff --git a/test/test_base.rb b/test/test_base.rb index 37be492..19b027d 100644 --- a/test/test_base.rb +++ b/test/test_base.rb @@ -15,7 +15,7 @@ class TestBase < Test::Unit::TestCase setup { Obscenity::Base.blacklist = :default } should "use the default content file when no config is found" do assert Obscenity::Base.blacklist.is_a?(Array) - assert_equal 565, Obscenity::Base.blacklist.size + assert_equal 567, Obscenity::Base.blacklist.size end end context "with custom config" do