dyndnsd/spec/support/dummy_updater.rb

11 lines
118 B
Ruby

module Dyndnsd
module Updater
class Dummy
def update(zone)
# nothing
end
end
end
end