Created
March 2, 2009 10:04
-
-
Save samaaron/72696 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ∴ /Users/sam/Development/melwin | |
| λ bin/ioke test/lib/text_scanner_spec.ik | |
| *** - couldn't find cell 'shouldRun?' on 'ISpec_0x22D1230D' (Condition Error NoSuchCell) | |
| ISpec shouldRun? [/Users/sam/Development/melwin/lib/ioke/ispec/runner.ik:46:42] | |
| ISpec Runner registerAtExitHook [/Users/sam/Development/melwin/lib/ioke/ispec/describeContext.ik:5:19:in `create'] | |
| =(context, ISpec DescribeContext create) [/Users/sam/Development/melwin/lib/ioke/ispec/extendedDefaultBehavior.ik:14:36:in `describe'] | |
| describe(TextScanner, it("should have the correc [test/lib/text_scanner_spec.ik:4:0] |
This file contains hidden or 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
| TextScanner = Origin mimic |
This file contains hidden or 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
| use("ispec") | |
| use("text_scanner") | |
| describe(TextScanner, | |
| it("should have the correct kind", | |
| TextScanner should have kind("TextScanner") | |
| ) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment