module Phlex::Testing::Nokogiri

def render_fragment(...)

def render_fragment(...)
	::Nokogiri::HTML5.fragment(
		render_to_string(...),
	)
end