This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This gist was used to create have_rendered_page_component matcher, because our intention was to | |
# assure that a specific page_component was being rendered. | |
# This is overriding the instrumentation of ViewComponent | |
# to include the parameters that a component might receive when rendering. | |
# frozen_string_literal: true | |
require "active_support/notifications" | |
require "active_support/concern" |