Skip to content

Instantly share code, notes, and snippets.

@stalniy
Created June 25, 2018 18:30
Show Gist options
  • Save stalniy/620487453df0073c2b488a82b8820f0d to your computer and use it in GitHub Desktop.
Save stalniy/620487453df0073c2b488a82b8820f0d to your computer and use it in GitHub Desktop.
Lazy vars include shared examples
describe('Array', function() {
subject(function() {
return [];
});
includeExamplesFor('Collection');
});
describe('Set', function() {
subject(function() {
return new Set();
});
includeExamplesFor('Collection');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment