Fix semantics of follow requests another slaps
This commit is contained in:
parent
0b95eb3612
commit
50660d54e8
9 changed files with 24 additions and 34 deletions
|
@ -25,8 +25,8 @@ RSpec.describe Follow, type: :model do
|
|||
end
|
||||
|
||||
describe '#object_type' do
|
||||
it 'is a person' do
|
||||
expect(subject.object_type).to be :person
|
||||
it 'is an activity' do
|
||||
expect(subject.object_type).to be :activity
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue