Correct typo in spec name

This commit is contained in:
Gerhard Schlager 2019-07-03 12:06:34 +02:00
parent 2063d20e9a
commit 26b843e5e8
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ describe Jobs::UserEmail do
expect(user.last_emailed_at).to eq(last_emailed_at)
end
it "creates a skipped email log when the usere isn't allowed to see the post" do
it "creates a skipped email log when the user isn't allowed to see the post" do
user.user_option.update(email_level: UserOption.email_level_types[:always])
post.topic.convert_to_private_message(Discourse.system_user)