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

[core] fixing brittle json test

This commit is contained in:
Kyle Rames 2013-04-03 15:23:15 -05:00
parent 4658da8e73
commit 7115207dc6

View file

@ -1,7 +1,7 @@
Shindo.tests('Fog#JSON', 'core') do
TEST_HASH = {'name' => 'fog-name', 'quantity' => 4}
VALID_JSON = "{\"name\":\"fog-name\",\"quantity\":4}"
TEST_HASH = {'quantity' => 4}
VALID_JSON = "{\"quantity\":4}"
tests('LegacyJSON') do