FIX: Broken spec

This commit is contained in:
Robin Ward 2015-10-14 16:13:42 -04:00
parent b7bdaac081
commit 7f24b601c8

View File

@ -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