chinwagsocial/spec/models/stream_entry_spec.rb

12 lines
163 B
Ruby
Raw Normal View History

2016-02-25 10:17:01 +11:00
require 'rails_helper'
RSpec.describe StreamEntry, type: :model do
describe '#targeted?' do
pending
end
describe '#threaded?' do
pending
end
end