Sha256: 72f30f122246aeec6014574f72d587f6cea1d80e4427853b7aeda36398d8d710
Contents?: true
Size: 303 Bytes
Versions: 2
Compression:
Stored size: 303 Bytes
Contents
Feature: Core schema: divisibleBy Scenario: No remainder Given the schema is: """ { "divisibleBy": 2 } """ Then these are valid JSON: | 0 | | 2 | | 42.0 | But these are not valid JSON: | 0.1 | | 1 | | 13 |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jschematic-0.1.0 | features/divisible_by.feature |
jschematic-0.0.9 | features/divisible_by.feature |