Short answer = no
Long answer, you can build it yourself

check the code in lib/god/conditions/http_response_code.rb
the test method currently uses response.code.to_i
if this is a valid response code you can check response.body to match
your test content.

I suggest you extend HttpResponseCode with an overridden test method
and an extra property which contains the regular expression that
should match the body

Good luck

On Aug 26, 10:17 pm, Gary Steven <[email protected]> wrote:
> Is there any way to do HTTP Content Checking within God today?

-- 
You received this message because you are subscribed to the Google Groups 
"god.rb" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/god-rb?hl=en.

Reply via email to