module Phlex::Testing::Nokogiri::FragmentHelper

def render(view, &block)

def render(view, &block)
	::Nokogiri::HTML5.fragment(super)
end