Skip to content

Instantly share code, notes, and snippets.

@tj
Created April 9, 2009 06:01
Show Gist options
  • Save tj/92276 to your computer and use it in GitHub Desktop.
Save tj/92276 to your computer and use it in GitHub Desktop.
// Screw.Unit
expect(person.pets.length).to(equal, 2)
// JSpec
person.should.have 2, 'pets'
@AlexGAMER80
Copy link

yo quiero tener pets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment