mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Change comma-delim site settings to pipe-delim
This commit is contained in:
@@ -810,7 +810,7 @@ describe Post do
|
||||
|
||||
post.has_host_spam?.should == true
|
||||
|
||||
SiteSetting.stubs(:white_listed_spam_host_domains).returns("bla.com,boo.com , somesite.com ")
|
||||
SiteSetting.stubs(:white_listed_spam_host_domains).returns("bla.com|boo.com | somesite.com ")
|
||||
post.has_host_spam?.should == false
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user