Skip to content

Instantly share code, notes, and snippets.

@kana
Created March 26, 2012 13:17
Show Gist options
  • Save kana/2204976 to your computer and use it in GitHub Desktop.
Save kana/2204976 to your computer and use it in GitHub Desktop.
before :each do
@tmp_dir = create_temporary_directory()
end
after :each do
remove_temporary_directory(@tmp_dir)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment