mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
Remove dead code
This commit is contained in:
parent
3fc55866b2
commit
9225d30914
1 changed files with 0 additions and 5 deletions
|
@ -3,11 +3,6 @@ require 'test_helper'
|
||||||
class ContactTest < ActiveSupport::TestCase
|
class ContactTest < ActiveSupport::TestCase
|
||||||
setup do
|
setup do
|
||||||
@contact = contacts(:john)
|
@contact = contacts(:john)
|
||||||
@original_address_processing_setting = Setting.address_processing
|
|
||||||
end
|
|
||||||
|
|
||||||
def teardown
|
|
||||||
Setting.address_processing = @original_address_processing_setting
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_valid_fixture
|
def test_valid_fixture
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue