diff options
author | Reverite <github@reverite.sh> | 2018-12-06 15:56:22 -0800 |
---|---|---|
committer | Reverite <github@reverite.sh> | 2018-12-06 15:56:22 -0800 |
commit | a78e3f2206ddaeeb3e6f1c23e4b524af29e92b04 (patch) | |
tree | a054dda635ffd019bf2fdc10ed4f3341264f1490 /spec/models/notification_spec.rb | |
parent | a2cb6e3996f4e8f7775557e84c9e242d937f8f0c (diff) | |
parent | e3682c9c1750e5e7e5d2f817e29f6760a18400ca (diff) |
Merge branch 'glitch'
Diffstat (limited to 'spec/models/notification_spec.rb')
-rw-r--r-- | spec/models/notification_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/models/notification_spec.rb b/spec/models/notification_spec.rb index 403eb8c33..59c582cde 100644 --- a/spec/models/notification_spec.rb +++ b/spec/models/notification_spec.rb @@ -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) } |