From 5d9abd73e8fb600d8d31be0f2e3412f2b054002b Mon Sep 17 00:00:00 2001 From: Wynn Netherland Date: Thu, 22 Aug 2013 21:56:23 -0500 Subject: [PATCH] README tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aef9d825..6f171287c 100644 --- a/README.md +++ b/README.md @@ -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.