Skip to content

Instantly share code, notes, and snippets.

@beaucollins
Created November 1, 2009 18:52
Show Gist options
  • Save beaucollins/223659 to your computer and use it in GitHub Desktop.
Save beaucollins/223659 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'shoulda'
class WhateverTest < Test::Unit::TestCase
should "work" do
assert true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment