committee 0.2 → 0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
|