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

added doc comments and completed linting #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

added doc comments and completed linting #10

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 28, 2015

No description provided.

@@ -33,53 +33,55 @@

describe 'get' do
Copy link
Owner

Choose a reason for hiding this comment

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

Could you change it with things look like "should launch a HTTP get request" to have a better description?

Copy link
Author

Choose a reason for hiding this comment

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

generally i use the describe blocks to indicate which method of a class is being tested.. and use the it blocks to describe the indiviual test.. this way there is a 1:1 correlation between class methods and describe blocks.. to name it anything but 'get' would break that correlation

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