Skip to content

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Aug 23, 2013
1 parent e1e0468 commit 5d9abd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ when writing new specs.
* **Specs should be able to be run in random order.** If a spec depends on
another resource as a fixture, make sure that's created in the scope of the
spec and not depend on a previous spec to create the data needed.
* **Try to avoid assert on authenticated user info.** Instead of asserting
* **Do not depend on authenticated user info.** Instead of asserting
actual values in resources, try to assert the existence of a key or that a
response is an Array. We're testing the client, not the API.

Expand Down

0 comments on commit 5d9abd7

Please sign in to comment.