Skip to content

Instantly share code, notes, and snippets.

@gus
Forked from toothrot/riot_example.rb
Created July 20, 2010 21:16
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 gus/483605 to your computer and use it in GitHub Desktop.
Save gus/483605 to your computer and use it in GitHub Desktop.
Riot examples - via toothrot
require 'rubygems'
require 'riot'
context "Something" do
setup do
D = 8
end
asserts("big") { 8==D }
asserts("bigger") { 8===D }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment