Skip to content

Instantly share code, notes, and snippets.

@tristanoneil
Created March 22, 2012 11:32
Show Gist options
  • Save tristanoneil/2157803 to your computer and use it in GitHub Desktop.
Save tristanoneil/2157803 to your computer and use it in GitHub Desktop.
def ruby_in_btv
"Awesome"
end
test "ruby_in_btv"
assert_equal "Awesome", ruby_in_btv
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment