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

Express 4.x #29

Merged
merged 1 commit into from
Apr 28, 2014
Merged

Express 4.x #29

merged 1 commit into from
Apr 28, 2014

Conversation

NoumanSaleem
Copy link
Contributor

Passing tests using Express 4.0.0

@yahoocla
Copy link

Thank you for submitting this pull request, however I do not see a valid CLA on file for you. Before we can merge this request please visit https://yahoocla.herokuapp.com/ and agree to the terms. Thanks! 😄

@NoumanSaleem NoumanSaleem mentioned this pull request Apr 27, 2014
@@ -244,7 +244,7 @@ describe('state', function () {
expect(res.locals.state).to.have.ownProperty('bar');
expect(res.locals.state.bar).to.equal('bar');

expect(app.locals).to.have.ownProperty('state');
expect(app.locals).to.have.property('state');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know why you had to change this from ownProperty to property?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ericf
Copy link
Collaborator

ericf commented Apr 28, 2014

@NoumanSaleem thanks for doing this! Could you sign the Yahoo CLA here: #29 (comment) ? Then I'll merge and release this.

@NoumanSaleem
Copy link
Contributor Author

@ericf No problem.

Good to see you, Nouman
You previously signed this CLA on:
Thu Apr 24 2014 19:52:08 GMT+0000 (UTC)

@ericf ericf merged commit d5e8fad into YahooArchive:master Apr 28, 2014
@ericf
Copy link
Collaborator

ericf commented Apr 29, 2014

Thanks again @NoumanSaleem. Released as v1.2.0

@NoumanSaleem
Copy link
Contributor Author

@ericf no problem!
thanks

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

Successfully merging this pull request may close these issues.

7 participants