mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add spec description
This commit is contained in:
@@ -77,7 +77,7 @@ describe PostReadersController do
|
||||
expect(readers).to be_empty
|
||||
end
|
||||
|
||||
it 'xxxxx' do
|
||||
it "doesn't include non-members when the post is a whisper" do
|
||||
@post.update(post_type: Post.types[:whisper])
|
||||
non_member_reader = Fabricate(:user)
|
||||
@group_message.allowed_users << non_member_reader
|
||||
|
||||
Reference in New Issue
Block a user