From 26b843e5e8d7612f180d1fd04ca89c5cb0d3d411 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Wed, 3 Jul 2019 12:06:34 +0200 Subject: [PATCH] Correct typo in spec name --- spec/jobs/user_email_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/jobs/user_email_spec.rb b/spec/jobs/user_email_spec.rb index 33c32e019f0..56d5a62ed22 100644 --- a/spec/jobs/user_email_spec.rb +++ b/spec/jobs/user_email_spec.rb @@ -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)