mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44: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
|
||||
setup do
|
||||
@contact = contacts(:john)
|
||||
@original_address_processing_setting = Setting.address_processing
|
||||
end
|
||||
|
||||
def teardown
|
||||
Setting.address_processing = @original_address_processing_setting
|
||||
end
|
||||
|
||||
def test_valid_fixture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue