Skip to content

Commit

Permalink
Better explain number of assertions per test [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Dec 22, 2014
1 parent 0cf3f9a commit 334f620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/testing.md
Expand Up @@ -219,7 +219,7 @@ An assertion is a line of code that evaluates an object (or expression) for expe
* does this line of code throw an exception?
* is the user's password greater than 5 characters?

Every test contains one or more assertions. Only when all the assertions are successful will the test pass.
Every test must contain at least one assertion, with no restriction as to how many assertions are allowed. Only when all the assertions are successful will the test pass.

### Maintaining the test database schema

Expand Down

0 comments on commit 334f620

Please sign in to comment.