mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Use without_partial_double_verification instead verify_partial_doubles = false
This commit is contained in:
parent
6cda021d71
commit
6cacf59467
8 changed files with 35 additions and 22 deletions
|
@ -6,7 +6,10 @@ RSpec.describe 'admin/domains/edit' do
|
|||
|
||||
before :example do
|
||||
allow(DomainPresenter).to receive(:new).and_return(domain_presenter)
|
||||
allow(view).to receive(:force_delete_templates)
|
||||
|
||||
without_partial_double_verification do
|
||||
allow(view).to receive(:force_delete_templates)
|
||||
end
|
||||
|
||||
assign(:domain, domain)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue