Skip to content

Instantly share code, notes, and snippets.

@toothrot
Created July 20, 2010 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save toothrot/483603 to your computer and use it in GitHub Desktop.
Save toothrot/483603 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'riot'
context "Something" do
setup do
D = 8
end
asserts("something") { 8==D }
asserts("something else") { 8===D }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment