mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-26 20:22:41 +00:00
Don't stub SUT in FollowLimitValidator spec (#27760)
This commit is contained in:
parent
5c328ae674
commit
c03bd2a238
5 changed files with 62 additions and 34 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue