mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix binspec def
This commit is contained in:
parent
d3fdfebd4c
commit
84d1b66bbc
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
class Softlayer < Fog::Bin
|
||||
class PowerDNS < Fog::Bin
|
||||
class << self
|
||||
def class_for(key)
|
||||
case key
|
||||
|
|
|
@ -2,6 +2,7 @@ require "minitest/autorun"
|
|||
require "fog"
|
||||
require "fog/bin"
|
||||
require "helpers/bin"
|
||||
|
||||
describe PowerDNS do
|
||||
include Fog::BinSpec
|
||||
let(:subject) { PowerDNS }
|
||||
|
|
Loading…
Reference in a new issue