Skip to content
Snippets Groups Projects
Commit 155cf126 authored by ysksn's avatar ysksn Committed by Yamagishi Kazutoshi
Browse files

Remove pending spec (#9442)

`#from_account` isn't defined.
parent e2910dff
No related branches found
No related tags found
No related merge requests found
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) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment