Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expect a vow to be called n times #212

Closed
wants to merge 4 commits into from
Closed

Commits on Feb 16, 2012

  1. [fix] Handle vows for events that execute multiple times (fixes vowsj…

    …s#191)
    
    Add failing test for events that fire multiple times.
    
    In `lib/vows/suite.js` add a property `count` to each vow which is incremented
    every time the vow is executed.
    
    In `runTest` (in `addVow` in `lib/vows.js`), on each execution increment
    `batch.total` if a vow has been executed more than once.
    bacchusrx committed Feb 16, 2012
    Copy the full SHA
    5da488e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2012

  1. Minor style fix.

    bacchusrx committed Feb 22, 2012
    Copy the full SHA
    c34babb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2012

  1. Copy the full SHA
    9897c4d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e572ed2 View commit details
    Browse the repository at this point in the history