1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-09-20 17:02:17 +02:00
dyndnsd/spec/spec_helper.rb

10 lines
164 B
Ruby
Raw Permalink Normal View History

2020-02-28 16:00:28 +01:00
# typed: strong
2013-04-27 14:07:14 +02:00
require 'rubygems'
require 'bundler/setup'
require 'rack/test'
require 'dyndnsd'
require 'support/dummy_database'
require 'support/dummy_updater'