Skip to content

Instantly share code, notes, and snippets.

@samaaron
Created March 2, 2009 10:04
Show Gist options
  • Select an option

  • Save samaaron/72696 to your computer and use it in GitHub Desktop.

Select an option

Save samaaron/72696 to your computer and use it in GitHub Desktop.
∴ /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]
TextScanner = Origin mimic
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