Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F4045133
soa_test.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jul 18, 8:21 AM
Size
440 B
Mime Type
text/x-ruby
Expires
Mon, Jul 20, 8:21 AM (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
417201
Attached To
rWEBDNS WebDNS (edet4)
soa_test.rb
View Options
require
'test_helper'
class
SOATest
<
ActiveSupport
::
TestCase
def
setup
domain
=
create
(
:domain
)
@record
=
domain
.
soa
end
test
'bump_serial!'
do
@record
.
save!
assert_serial_update
@record
do
@record
.
bump_serial!
end
end
test
'updating attributes bumps serial'
do
@record
.
save!
assert_serial_update
@record
do
@record
.
contact
=
'admin@example.com'
@record
.
save!
end
end
end
Event Timeline
Log In to Comment