Skip to content

Instantly share code, notes, and snippets.

@toothrot
Forked from gus/riot_example.rb
Created July 20, 2010 21:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toothrot/483610 to your computer and use it in GitHub Desktop.
Save toothrot/483610 to your computer and use it in GitHub Desktop.
dick jokes
require 'rubygems'
require 'riot'
context "Something" do
setup do
D = 8
end
asserts("big") { 8==D }
asserts("bigger") { 8===D }
asserts("messy") { 8===D-=0 }
asserts("broken") { 8=~D }
end
@gus
Copy link

gus commented Jul 21, 2010

And I thought I was weird.

@toothrot
Copy link
Author

derp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment