Skip to content

Instantly share code, notes, and snippets.

@pepicrft
Created December 15, 2017 12:53
Show Gist options
  • Save pepicrft/6988976ac5721b3bdf9f6ae3229905c4 to your computer and use it in GitHub Desktop.
Save pepicrft/6988976ac5721b3bdf9f6ae3229905c4 to your computer and use it in GitHub Desktop.
// Sakefile
Sake<Task> {
$0.beforeEach {
// Do something
}
$0.afterAll {
// Do something
}
}.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment