Skip to content

Instantly share code, notes, and snippets.

@zkessin
Created August 24, 2012 20:43
Show Gist options
  • Save zkessin/3455400 to your computer and use it in GitHub Desktop.
Save zkessin/3455400 to your computer and use it in GitHub Desktop.
test with fixtures
do_something_with_fixtures_test_() ->
{
setup,
fun setup/0,
fun cleanup/1,
?_test(
begin
?assertEqual(1, 2)
end)}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment