views:

20

answers:

0

I'm using ruby on rails and use assert_tag to make sure that view has the tag that I expect.

When the assert statement fails then it is a pain to find out the value that is appearing in the response text. I know that there is a plugin out there which puts the response text in browser and that makes it easy to debug.

Can anyone point me that plugin or any similar tool that will help me debug assert_tag or assert_select statements?