1
0
Fork 0
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:
Chris Luo 2015-03-13 14:37:25 -04:00
parent 90a4ada1d5
commit ac97e494ab
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
class Softlayer < Fog::Bin
class PowerDNS < Fog::Bin
class << self
def class_for(key)
case key

View file

@ -3,6 +3,7 @@ require "fog"
require "fog/bin"
require "helpers/bin"
describe Fog::PowerDNS do
include Fog::BinSpec
let(:subject) { PowerDNS }