Sha256: d27e717a1331bc4e3c4acfb2b78624283ab75d4fd2e4f3a1770d0aedba8dfd5c
Contents?: true
Size: 378 Bytes
Versions: 268
Compression:
Stored size: 378 Bytes
Contents
#!/usr/bin/env bash source test/helper.bash source lib/test/tap.bash Test::Tap:init tests 4 for s in plan init; do output=$(prove test/test/skip-all-$s.t) test-helper:like \ "$output" \ "skipped: Test for skip_all from $s" \ "skip_all from $s: it works" test-helper:like \ "$output" \ 'Result: NOTESTS' \ "skip_all from $s: No tests run" done
Version data entries
268 entries across 268 versions & 4 rubygems