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

fixed previous commit

This commit is contained in:
snyquist2 2014-08-06 21:16:07 +00:00
parent bba30d0244
commit 9742d46842

View file

@ -1,11 +1,9 @@
require 'pry-nav'
Shindo.tests('Fog::DNS[:dnsimple] | DNS requests', ['dnsimple', 'dns']) do
@domain = nil
@domain_count = 0
tests("success") do
binding.pry
test("get current domain count") do
response = Fog::DNS[:dnsimple].list_domains()
if response.status == 200