You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refuteViewComponent::Base.config.strict_helpers_enabled?,".strict_helpers_enabled? should not be changed by global config for ViewComponent::Base"
165
165
# refute ViewComponent::Base.new.config.strict_helpers_enabled?, "#strict_helpers_enabled? should not be changed by global config for ViewComponent::Base"
166
-
asserttop_level_component_class.config.strict_helpers_enabled?,".strict_helpers_enabled? should inherit from global config"
167
-
asserttop_level_component_class.new.config.strict_helpers_enabled?,"#strict_helpers_enabled? should inherit from global config"
166
+
asserttop_level_component_class.component_config.strict_helpers_enabled?,".strict_helpers_enabled? should inherit from global config"
167
+
asserttop_level_component_class.new.component_config.strict_helpers_enabled?,"#strict_helpers_enabled? should inherit from global config"
0 commit comments