(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

@ -14,6 +14,6 @@ class Format
end
end
puts host_hash.to_json
host_hash.to_json
end
end