# File lib/action_controller/assertions.rb, line 238 def assert_tag(opts) tag = find_tag(opts) assert tag, "expected tag, but no tag found matching #{opts.inspect} in:\n#{@response.body.inspect}" end