Fix RSpec/ContextWording cop (#24739)
This commit is contained in:
parent
cf18cc2891
commit
710745e16b
105 changed files with 559 additions and 668 deletions
|
@ -18,7 +18,7 @@ RSpec.describe PollValidator, type: :validator do
|
|||
expect(errors).to_not have_received(:add)
|
||||
end
|
||||
|
||||
context 'expires just 5 min ago' do
|
||||
context 'when expires is just 5 min ago' do
|
||||
let(:expires_at) { 5.minutes.from_now }
|
||||
|
||||
it 'not calls errors add' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue