-
Notifications
You must be signed in to change notification settings - Fork 1
re-added the example config file and made tests work #3
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| module.exports = function(reach) { | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is the file that got deleted that every test calls to set up the reach auth |
||
| reach.setUrl(""); | ||
| reach.key = ""; | ||
| }; | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,8 +12,6 @@ try{ | |
| } | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. for some reason these authentication calls were put into the individual test pages. That's unnecessary with the included config file. |
||
|
|
||
| var activation = "1e637007-f4bc-4ad2-bc0c-386550df6662"; | ||
| reach.setUrl("http://reachstaging.herokuapp.com/api/"); | ||
| reach.key = "helios_test"; | ||
|
|
||
| describe('Reach POST', function() { | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updating the readme to reflect changes in how tests are run