Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Update blacklist.yml #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion config/blacklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -563,4 +565,4 @@
- whore
- wop
- wrapping the weasel
- yclit
- yclit
2 changes: 1 addition & 1 deletion test/test_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down