mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Merge remote-tracking branch 'origin/master' into 1629-change-settings-storage-mechanism
This commit is contained in:
commit
2330e8eab1
24 changed files with 443 additions and 31 deletions
|
@ -44,6 +44,7 @@ class ActiveSupport::TestCase
|
|||
|
||||
teardown do
|
||||
travel_back
|
||||
Setting.address_processing = false
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -57,9 +58,14 @@ class ApplicationIntegrationTest < ActionDispatch::IntegrationTest
|
|||
WebMock.reset!
|
||||
Capybara.reset_sessions!
|
||||
Capybara.use_default_driver
|
||||
Setting.address_processing = false
|
||||
end
|
||||
end
|
||||
|
||||
class EppTestCase < ActionDispatch::IntegrationTest
|
||||
include Assertions::EppAssertions
|
||||
|
||||
teardown do
|
||||
Setting.address_processing = false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue