Browse Source

Remove pending spec (#9442)

`#from_account` isn't defined.
pull/4/head
ysksn 5 years ago
committed by Yamagishi Kazutoshi
parent
commit
155cf12680
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      spec/models/notification_spec.rb

+ 0
- 4
spec/models/notification_spec.rb 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) }

Loading…
Cancel
Save