mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Pump rails version, fix tests
This commit is contained in:
parent
1a59487724
commit
af57711dc0
13 changed files with 110 additions and 61 deletions
|
@ -13,6 +13,8 @@ class AuctionDoubleTest < ActiveSupport::TestCase
|
|||
end
|
||||
|
||||
class DNS::DomainNameTest < ActiveSupport::TestCase
|
||||
fixtures 'whois/records'
|
||||
|
||||
def test_available_when_not_at_auction
|
||||
domain_name = DNS::DomainName.new('auction.test')
|
||||
auctions(:one).update!(domain: 'auction.test', status: Auction.statuses[:domain_registered])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue