This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/spec/models/stream_entry_spec.rb
2016-02-25 00:17:01 +01:00

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