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

Level up clarity in README; (closes #22) #23

Merged
merged 1 commit into from
Nov 11, 2016
Merged

Level up clarity in README; (closes #22) #23

merged 1 commit into from
Nov 11, 2016

Conversation

aaronik
Copy link
Contributor

@aaronik aaronik commented Nov 10, 2016

Add clarity to README in the form of fixing a small semantic error

@aaronik aaronik mentioned this pull request Nov 10, 2016

it('should get a restricted page', function (done) {
testSession.get('/restricted')
authenticatedSession.get('/restricted')
Copy link
Owner

Choose a reason for hiding this comment

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

I think this still leaves us in a broken state, though, as authenticatedSession isn't available here. But we can:

  1. Move this test inside the 'after authenticating' spec
  2. Define var authenticatedSessionin the top level of the spec

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yipes, you're spot on

@aaronik
Copy link
Contributor Author

aaronik commented Nov 11, 2016

Updated. Happy to change more, too -- any spacing or verbiage concerns?

@rjz
Copy link
Owner

rjz commented Nov 11, 2016

Nope—it's a beauty. Thanks, @aaronik!

@rjz rjz merged commit 447ee78 into rjz:master Nov 11, 2016
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.

2 participants