Skip to content

Commit 261ebc7

Browse files
committed
Add note about nearest-spec issue with no it
1 parent d832471 commit 261ebc7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,14 @@ let g:mocha_coffee_command = "!cortado {spec}" "See geekjuice/vim-mocha
6969

7070
## Notes/Issues
7171

72-
* Default spec command fallbacks to the dominant spec filetype i.e. Ruby, JS, Coffee in the current directory. Future update will look for {spec|test} directories rather than search the whole parent tree
72+
* Default spec command fallbacks to the dominant spec filetype i.e. Ruby, JS,
73+
Coffee in the current directory. Future update will look for {spec|test}
74+
directories rather than search the whole parent tree
75+
76+
* Assertions with no name i.e. no attribute for `it` in mocha will fail if
77+
trying to call nearest test `RunNearestSpec` as it depends on `it` having a
78+
value
79+
7380

7481
## Credits
7582

0 commit comments

Comments
 (0)