(spec) Add format spec test

This commit is contained in:
Brian Cain 2015-10-21 22:21:13 -07:00
parent ac12ea69c1
commit b62cffa2cd
3 changed files with 20 additions and 2 deletions

View file

@ -64,7 +64,7 @@ class Vmfloaty
unless os_types.nil?
response = Pooler.retrieve(verbose, os_types, token, url)
Format.get_hosts(response)
puts Format.get_hosts(response)
else
puts 'You did not provide an OS to get'
end