mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 21:25:24 +08:00
DEV: Use proper wording for contexts in specs
This commit is contained in:

committed by
Loïc Guitaut

parent
02987e05d5
commit
3eaac56797
@ -99,7 +99,7 @@ RSpec.describe TopicQuery::PrivateMessageLists do
|
||||
expect(topics).to eq([])
|
||||
end
|
||||
|
||||
context "Calculating minimum unread count for a topic" do
|
||||
context "when calculating minimum unread count for a topic" do
|
||||
before do
|
||||
group.update!(publish_read_state: true)
|
||||
group.add(user)
|
||||
|
Reference in New Issue
Block a user