Sha256: d8f700a101966465652038281d97f20ff80b7a3f0f638e2fbfc8c53ee9024a84
Contents?: true
Size: 182 Bytes
Versions: 4
Compression:
Stored size: 182 Bytes
Contents
covers 'facets/kernel/with' tests Kernel do unit :with do with values = [] do self << 'bar' self << 'baz' end values.assert == ['bar', 'baz'] end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
facets-2.9.1 | test/core/kernel/test_with.rb |
facets-2.9.0 | test/core/kernel/test_with.rb |
facets-2.9.0.pre.2 | test/core/kernel/test_with.rb |
facets-2.9.0.pre.1 | test/core/kernel/test_with.rb |