Skip to content

Commit

Permalink
docs(CONTRIBUTING): Fix path to writing-marble-test.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamWendell committed Mar 18, 2016
1 parent d9855e2 commit 54e14f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ from the main (upstream) repository:

Unit tests are located under the [spec directory](/spec). Unit tests over synchronous operators and operations
can be written in a standard [jasmine](http://jasmine.github.io/) style. Unit tests written against any
asynchronous operator should be written in [Marble Test Style outlined in detail here](docs/writing-marble-tests.md).
asynchronous operator should be written in [Marble Test Style outlined in detail here](doc/writing-marble-tests.md).

Each operator under test must be in its own file to cover the following cases:

Expand Down

0 comments on commit 54e14f7

Please sign in to comment.