0
0
Fork 0

rename replies_policy enumerables (#15304)

This commit is contained in:
trwnh 2020-12-08 21:34:17 -06:00 committed by GitHub
parent f379a52d74
commit 127c543a6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View file

@ -335,7 +335,7 @@ RSpec.describe FeedManager do
context 'when replies policy is set to no replies' do
before do
list.replies_policy = :no_replies
list.replies_policy = :none
end
it 'pushes statuses that are not replies' do
@ -358,7 +358,7 @@ RSpec.describe FeedManager do
context 'when replies policy is set to list-only replies' do
before do
list.replies_policy = :list_replies
list.replies_policy = :list
end
it 'pushes statuses that are not replies' do
@ -387,7 +387,7 @@ RSpec.describe FeedManager do
context 'when replies policy is set to any reply' do
before do
list.replies_policy = :all_replies
list.replies_policy = :followed
end
it 'pushes statuses that are not replies' do