0
0
Fork 0

Don't stub SUT in FollowLimitValidator spec (#27760)

This commit is contained in:
Matt Jankowski 2023-11-08 07:49:46 -05:00 committed by GitHub
parent 5c328ae674
commit c03bd2a238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 62 additions and 34 deletions

View file

@ -2,7 +2,7 @@
require 'rails_helper'
RSpec.describe PollValidator, type: :validator do
RSpec.describe PollValidator do
describe '#validate' do
before do
validator.validate(poll)