mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
make RuboCop happy
This commit is contained in:
parent
5135f73933
commit
0ccefb0365
@ -576,7 +576,7 @@ describe PostAlerter do
|
||||
it "sends email notifications only to users not on CC list of incoming email" do
|
||||
alice = Fabricate(:user, username: "alice", email: "alice@example.com")
|
||||
bob = Fabricate(:user, username: "bob", email: "bob@example.com")
|
||||
carol = Fabricate(:user,username: "carol", email: "carol@example.com", staged: true)
|
||||
carol = Fabricate(:user, username: "carol", email: "carol@example.com", staged: true)
|
||||
dave = Fabricate(:user, username: "dave", email: "dave@example.com", staged: true)
|
||||
erin = Fabricate(:user, username: "erin", email: "erin@example.com")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user