committee 0.2 → 0.3
Sign up to get free protection for your applications and to get access to all the features.
data/test/schema_test.rb
CHANGED
@@ -18,7 +18,7 @@ describe Committee::Schema do
|
|
18
18
|
"description" => "slug size in bytes of app",
|
19
19
|
"example" => 0,
|
20
20
|
"readOnly" => true,
|
21
|
-
"type" => ["
|
21
|
+
"type" => ["number", "null"]
|
22
22
|
}
|
23
23
|
assert_equal expected, @schema.find("#/definitions/app/definitions/slug_size")
|
24
24
|
end
|