mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +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'
|
require 'test_helper'
|
||||||
|
|
||||||
class ContactTest < ActiveSupport::TestCase
|
class ContactTest < ActiveSupport::TestCase
|
||||||
def setup
|
setup do
|
||||||
@contact = contacts(:john)
|
@contact = contacts(:john)
|
||||||
@original_address_processing_setting = Setting.address_processing
|
@original_address_processing_setting = Setting.address_processing
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue