@yanivefraim I've always used comments to help organize the contents of a particular unit test such as: ``` javascript // arrange // act // assert ``` or ``` javascript // given // when // then ``` What do you think about adding a [new rule](https://github.com/daniellmb/angular-test-patterns/tree/master/spec/rules) to require similar comments within the test patterns?