/gist:6464a5d63b1ecf9a1dd0 Secret
Created
July 10, 2015 19:39
Star
You must be signed in to star a gist
t/spec/S17-supply/start.t
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| freebsd@p6-freebsd:~/.rakudobrew/moar-nom % perl6-m t/spec/S17-supply/start.t | |
| 1..9 | |
| ok 1 - can not be called as a class method | |
| ok 2 - Did we get a master Supply? | |
| ok 3 - Did we get a starter Supply? | |
| ok 4 - Did we get a Tap | |
| ok 5 - did we get a supply? | |
| ok 6 - did we get a tap? | |
| ok 7 - did we get two extra supplies? | |
| ok 8 - did we get two extra taps? | |
| not ok 9 - did we get the other original value | |
| # Failed test 'did we get the other original value' | |
| # at t/spec/S17-supply/start.t line 34 | |
| # expected: [1, 1] | |
| # got: [1, 1] | |
| # Looks like you failed 1 test of 9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment