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
90a4ada1d5
commit
ac97e494ab
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
|
||||
|
|
|
@ -3,6 +3,7 @@ require "fog"
|
|||
require "fog/bin"
|
||||
require "helpers/bin"
|
||||
|
||||
|
||||
describe Fog::PowerDNS do
|
||||
include Fog::BinSpec
|
||||
let(:subject) { PowerDNS }
|
||||
|
|
Loading…
Add table
Reference in a new issue