mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 21:25:39 +02:00
Use setup callback
This commit is contained in:
parent
4ad02ddc34
commit
3fc55866b2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'test_helper'
|
||||
|
||||
class ContactTest < ActiveSupport::TestCase
|
||||
def setup
|
||||
setup do
|
||||
@contact = contacts(:john)
|
||||
@original_address_processing_setting = Setting.address_processing
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue