Skip to content

Commit

Permalink
docs: the dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Diana Suvorova authored and Nicolas Fernandez committed Jun 20, 2017
1 parent 2c574f7 commit 6efc6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-unsafe-spy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Spies created in global scope or directly in define blocks don't
get automatically reset/cleaned by the jasmine teardown process, making it possible
to get false positives when using ```toHaveBeenCalled()``` / ```toHaveBeenCalledWith()```.

This rule checks for the following methods: `spyOn`, `jasmine.createSpy()`, `jasmine.createSpyObj()`
This rule checks for the following methods: `spyOn`, `jasmine.createSpy()`, `jasmine.createSpyObj()`.

## Rule details

Expand Down

0 comments on commit 6efc6ca

Please sign in to comment.