about summary refs log tree commit diff
path: root/spec/models/stream_entry_spec.rb
blob: 6386cac0f6373fe3d4fc5ea1a07ebfcc77d44ed7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
require 'rails_helper'

RSpec.describe StreamEntry, type: :model do
  describe '#targeted?' do
    pending
  end

  describe '#threaded?' do
    pending
  end
end