Skip to content

Instantly share code, notes, and snippets.

@elight
Created October 31, 2013 22:34
Show Gist options
  • Save elight/7258307 to your computer and use it in GitHub Desktop.
Save elight/7258307 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'shindo'
Shindo.tests('something') do
test('pending') # pending
test('truthyness') { true } # passes
test('failure') { false } # fails
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment