From a8b674bd095d5eb5847d9b49ad9eb177c5f62c99 Mon Sep 17 00:00:00 2001 From: rafaelcaricio Date: Tue, 23 Aug 2011 07:38:12 -0700 Subject: [PATCH] Created Testing Views (markdown) --- Testing-Views.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Testing-Views.md diff --git a/Testing-Views.md b/Testing-Views.md new file mode 100644 index 0000000..83cb5e1 --- /dev/null +++ b/Testing-Views.md @@ -0,0 +1,3 @@ +Assertions: + - to_be_http_response + - to_have_contents_of([String value to have been in HttpResponse])