mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
make RuboCop happy
This commit is contained in:
@ -576,7 +576,7 @@ describe PostAlerter do
|
|||||||
it "sends email notifications only to users not on CC list of incoming email" 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")
|
alice = Fabricate(:user, username: "alice", email: "alice@example.com")
|
||||||
bob = Fabricate(:user, username: "bob", email: "bob@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)
|
dave = Fabricate(:user, username: "dave", email: "dave@example.com", staged: true)
|
||||||
erin = Fabricate(:user, username: "erin", email: "erin@example.com")
|
erin = Fabricate(:user, username: "erin", email: "erin@example.com")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user