mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Move domain dispute logic to concern
This commit is contained in:
parent
5e152b3b9d
commit
e7ad4a7c64
6 changed files with 70 additions and 29 deletions
|
@ -60,7 +60,7 @@ class AdminDisputesSystemTest < ApplicationSystemTestCase
|
|||
def test_deletes_dispute
|
||||
visit delete_admin_dispute_path(@dispute)
|
||||
|
||||
assert_text 'Dispute was successfully destroyed.'
|
||||
assert_text 'Dispute was successfully closed.'
|
||||
end
|
||||
|
||||
def test_can_not_create_overlapping_dispute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue