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

tweak hook cascading #71

Closed
tj opened this issue Nov 23, 2011 · 1 comment
Closed

tweak hook cascading #71

tj opened this issue Nov 23, 2011 · 1 comment
Labels
type: feature enhancement proposal

Comments

@tj
Copy link
Contributor

tj commented Nov 23, 2011

this should work:

describe('Batch', function(){
  var batch;
  beforeEach(function(){
    batch = new Batch;
  })

  describe('something', function(){
    describe('else', function(){
      it('should work', function(){
        batch.stuff()
      })
    })
  })
})
@tj
Copy link
Contributor Author

tj commented Nov 24, 2011

weird, it is working as expected in the repo, i must have been using an alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature enhancement proposal
Projects
None yet
Development

No branches or pull requests

1 participant