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

cascade [before/after]Each() #30

Closed
tj opened this issue Nov 8, 2011 · 0 comments
Closed

cascade [before/after]Each() #30

tj opened this issue Nov 8, 2011 · 0 comments
Milestone

Comments

@tj
Copy link
Contributor

tj commented Nov 8, 2011

ex:

var app;

describe('config', function(){
  beforeEach(function(){
    app = express();
  })

  describe('.set()', function(){
    it('should set a value', function(){
      app.set('foo', 'bar').should.equal(app);
    })
  })

  describe('.get()', function(){
    it('should get a value', function(){
      //...
    })
  })
})
@tj tj closed this as completed in 752f7c6 Nov 19, 2011
boneskull added a commit that referenced this issue Dec 6, 2017
* switch to kramdown since GH will drop support

* fix emdash rendering issue

(this was the only one I found)

* use rouge for syntax highlighting; fix "makefile" formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant