0
0
Fork 0

Remove empty strings (#5732)

This commit is contained in:
ysksn 2017-11-17 10:52:30 +09:00 committed by Yamagishi Kazutoshi
parent 3e90987c8b
commit 9dd5e329ab
13 changed files with 48 additions and 48 deletions

View file

@ -27,7 +27,7 @@ RSpec.describe ActivityPub::FetchRemoteStatusService do
it 'creates status' do
status = sender.statuses.first
expect(status).to_not be_nil
expect(status.text).to eq 'Lorem ipsum'
end