diff --git a/spec/components/post_creator_spec.rb b/spec/components/post_creator_spec.rb index 38b4e52a0c3..5b492434229 100644 --- a/spec/components/post_creator_spec.rb +++ b/spec/components/post_creator_spec.rb @@ -295,7 +295,6 @@ describe PostCreator do expect(whisper_reply).to be_present expect(whisper_reply.post_type).to eq(Post.types[:whisper]) - expect(true).to eq(false) end end