Remove pending spec (#9442)

`#from_account` isn't defined.
This commit is contained in:
ysksn 2018-12-06 17:39:15 +09:00 committed by Yamagishi Kazutoshi
parent e2910dff12
commit 155cf12680
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
require 'rails_helper'
RSpec.describe Notification, type: :model do
describe '#from_account' do
pending
end
describe '#target_status' do
let(:notification) { Fabricate(:notification, activity: activity) }
let(:status) { Fabricate(:status) }