mirror of
https://github.com/internetee/registry.git
synced 2025-06-14 00:24:44 +02:00
Improve EPP poll tests
This commit is contained in:
parent
1fd6200eef
commit
ba08856953
3 changed files with 108 additions and 19 deletions
|
@ -18,4 +18,10 @@ class MessageTest < ActiveSupport::TestCase
|
|||
@message.registrar = nil
|
||||
assert @message.invalid?
|
||||
end
|
||||
end
|
||||
|
||||
def test_dequeue
|
||||
@message.dequeue
|
||||
@message.reload
|
||||
assert_not @message.queued?
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue