Skip to content

Instantly share code, notes, and snippets.

@rsanheim
Created December 28, 2008 08:53
Show Gist options
  • Select an option

  • Save rsanheim/40406 to your computer and use it in GitHub Desktop.

Select an option

Save rsanheim/40406 to your computer and use it in GitHub Desktop.
require 'test/unit'
class TestLibraryFileName < Test::Unit::TestCase
def teardown
puts "i run"
end
def test_case_name
assert_equal 1, 2
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment