Skip to content

Instantly share code, notes, and snippets.

@masaki
Created November 22, 2012 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masaki/4128761 to your computer and use it in GitHub Desktop.
Save masaki/4128761 to your computer and use it in GitHub Desktop.
Test::Ika

TODO

  • (/) suite hooks
    • before(:suite)
    • after(:suite)
  • (/) skip some conditions
    • xit
    • it 'SPECIFICATION ONLY'
  • tagged example
    • it 'SPEC' => { ENV_FOO => 1 } => sub { ... };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment