Skip to content

Instantly share code, notes, and snippets.

@benatkin
Created January 2, 2009 02:15
Show Gist options
  • Save benatkin/42447 to your computer and use it in GitHub Desktop.
Save benatkin/42447 to your computer and use it in GitHub Desktop.
require File.dirname(__FILE__) + '/helper'
class TestPost < Test::Unit::TestCase
def setup
end
def test_likes_babies
assert true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment