Skip to content

Instantly share code, notes, and snippets.

@stalniy
Created June 25, 2018 18:30
Show Gist options
  • Save stalniy/e643d26880763610cf7e05656b7ecac5 to your computer and use it in GitHub Desktop.
Save stalniy/e643d26880763610cf7e05656b7ecac5 to your computer and use it in GitHub Desktop.
Lazy vars include behavior
function itBehavesLike(type) {
var args = arguments;
describe('behaves like "' + type + '"', function() {
includeExamplesFor.apply(this, args);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment