Skip to content

Commit

Permalink
Un-nest suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Mar 12, 2015
1 parent 3d74eb6 commit 2c6bd85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style/ember/README.md
Expand Up @@ -14,9 +14,9 @@ Ember-Data
Testing
-------

* Visually separate the setup, exercise and assertion phases by:
* Preferring sequential calls to asynchronous helpers ([sample][helpers])
* Nesting assertions within an `andThen` block instead of a chained `.then` block ([sample][assertions])
* Prefer sequential calls to asynchronous helpers ([sample][helpers])
* Prefer nesting assertions within an `andThen` block instead of a chained
`.then` block ([sample][assertions])

[helpers]: sample.js#L10-L11
[assertions]: sample.js#L13-L17

0 comments on commit 2c6bd85

Please sign in to comment.