You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,12 +351,10 @@ end
351
351
352
352
The test suite is split into two groups `live` and `mock`.
353
353
354
-
The `live` tests are the ones in `features` folder and they simply exercise the GitHub API by making live requests and then being cached with VCR in directory named `features\cassettes`.
354
+
The `live` tests are the ones in `features` folder and they simply exercise the GitHub API by making live requests and then being cached with VCR in directory named `features\cassettes`. For details on how to get setup please navigate to `features` folder.
355
355
356
356
The `mock` tests are in `spec` directory and their primary concern is to test the gem internals without the hindrance of external calls.
357
357
358
-
For details on how to get setup please navigate to `features` folder.
359
-
360
358
## Development
361
359
362
360
Questions or problems? Please post them on the [issue tracker](https://github.com/peter-murach/github/issues). You can contribute changes by forking the project and submitting a pull request. You can ensure the tests are passing by running `bundle` and `rake`.
Copy file name to clipboardExpand all lines: features/README.rdoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
= GithubAPI
2
2
3
+
== Setup
4
+
5
+
Start by renaming the 'settings.yml.sample' file to 'settings.yml'. Then fill in all the information required such as authentication token etc. This should be enough to get the whole test suite run.
6
+
3
7
== Running the specs and features
4
8
5
9
To run the specs first run the +bundle+ command to install the necessary gems and then +rake+ command to run the specs.
0 commit comments