Adding a Mention model, test stubs
This commit is contained in:
11
spec/models/stream_entry_spec.rb
Normal file
11
spec/models/stream_entry_spec.rb
Normal file
@ -0,0 +1,11 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe StreamEntry, type: :model do
|
||||
describe '#targeted?' do
|
||||
pending
|
||||
end
|
||||
|
||||
describe '#threaded?' do
|
||||
pending
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user