forked from treehouse/mastodon
12 lines
163 B
Ruby
12 lines
163 B
Ruby
|
require 'rails_helper'
|
||
|
|
||
|
RSpec.describe StreamEntry, type: :model do
|
||
|
describe '#targeted?' do
|
||
|
pending
|
||
|
end
|
||
|
|
||
|
describe '#threaded?' do
|
||
|
pending
|
||
|
end
|
||
|
end
|