1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/spec/fog/bin/powerdns_spec.rb

9 lines
163 B
Ruby
Raw Normal View History

2015-03-13 13:42:56 -04:00
require "minitest/autorun"
require "fog"
require "fog/bin"
require "helpers/bin"
2015-03-13 14:37:25 -04:00
2015-03-13 13:42:56 -04:00
describe Fog::PowerDNS do
2015-03-13 13:42:56 -04:00
include Fog::BinSpec
let(:subject) { PowerDNS }
end