Skip to content

Instantly share code, notes, and snippets.

@rdj
Created February 25, 2010 23:36
Show Gist options
  • Select an option

  • Save rdj/315183 to your computer and use it in GitHub Desktop.

Select an option

Save rdj/315183 to your computer and use it in GitHub Desktop.
class ActionController::TestCase
## It's useful to use Webrat::Matchers like assert_have_selector in functional tests
include Webrat::Matchers;
def response_body; @response.body; end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment