Sha256: 4ea6b28212b7624d61690dca4ca7f8cf247c4398ccd38cc03f54801cd3c241f9
Contents?: true
Size: 446 Bytes
Versions: 268
Compression:
Stored size: 446 Bytes
Contents
#!/usr/bin/env bash source test/setup use Test::More output=$(prove -v test/test/fail1.t 2>&1) || true like "$output" 'not ok 1 - fail with label' \ 'fail with label' like "$output" 'not ok 2' \ 'fail with no label' like "$output" 'not ok 3 - is foo bar' \ 'fail output is correct' like "$output" "# got: 'foo'" \ 'difference reporting - got' like "$output" "# expected: 'bar'" \ 'difference reporting - want' done_testing 5
Version data entries
268 entries across 268 versions & 4 rubygems