Class: Graphiti::SpecHelpers::Matchers::FilterAttributeMatcher

Inherits:
ResourceDSLMatcher show all
Defined in:
lib/graphiti/spec_helpers/matchers.rb

Constant Summary collapse

GRAPHITI_OPTS =
%i[allow deny single required allow_nil deny_empty].freeze
GRAPHITI_CONFIG_KEY =
:filters
EXPECTED_ACTION =
"filter"

Method Summary

Methods inherited from ResourceDSLMatcher

#initialize

Methods inherited from BaseMatcher

#description, #does_not_match?, #failure_message, #failure_message_when_negated, #matches?, #opt_failure_message, #with_options

Constructor Details

This class inherits a constructor from Graphiti::SpecHelpers::Matchers::ResourceDSLMatcher