module ViewComponent::TestHelpers
def with_format(format)
-
format(Symbol) -- The format to be set for the provided block.
def with_format(format) with_request_url("/", format: format) { yield } end
format
(Symbol)
-- The format to be set for the provided block.
def with_format(format) with_request_url("/", format: format) { yield } end