Skip to content

Instantly share code, notes, and snippets.

@eregon
Created August 16, 2012 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eregon/ab7d5ea2ae68eda6398b to your computer and use it in GitHub Desktop.
Save eregon/ab7d5ea2ae68eda6398b to your computer and use it in GitHub Desktop.
require 'test/unit'
class TestBug < Test::Unit::TestCase
def setup
sleep 2
puts :too_late
Dir.chdir('/tmp')
end
def teardown
puts
p Dir.pwd
end
def test_empty
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment