Skip to content

Instantly share code, notes, and snippets.

@btd
Created December 25, 2015 15:08
Show Gist options
  • Select an option

  • Save btd/df01bb2b13829dfa7ef6 to your computer and use it in GitHub Desktop.

Select an option

Save btd/df01bb2b13829dfa7ef6 to your computer and use it in GitHub Desktop.
Assertion.add('asset', function() {
this.params = { operator: 'to be asset' };
this.obj.should.have.property('id').which.is.a.Number();
this.obj.should.have.property('path');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment