Class: Infrataster::Contexts::DnsContext

Inherits:
BaseContext
  • Object
show all
Includes:
RSpec::Matchers
Defined in:
lib/infrataster/contexts/dns_context.rb

Overview

Infrataster DNS context

Instance Method Summary collapse

Instance Method Details

#have_entry(*_args) ⇒ Object



10
11
12
# File 'lib/infrataster/contexts/dns_context.rb', line 10

def have_entry(*_args)
  have_dns.config(nameserver: server.address)
end