class Serverspec::Type::RoutingTable
Public Instance Methods
has_entry?(entry)
click to toggle source
# File lib/serverspec/type/routing_table.rb, line 3 def has_entry?(entry) @runner.check_routing_table_has_entry(entry) end
to_s()
click to toggle source
# File lib/serverspec/type/routing_table.rb, line 7 def to_s 'Routing Table' end