tj / should.js

BDD style assertions for node.js -- test framework agnostic
MIT License
2.75k stars 195 forks source link

Assertion for inclusion of an object #19

Closed lackac closed 13 years ago

lackac commented 13 years ago

obj.should.include.object({ foo: 'bar' }) implementation along with tests and readme update.

I use this all over my code when I don't know all the properties of an object I want to test against.

tj commented 13 years ago

cool man sounds good