Class: Stencil::ViewMatcher::AtPath::NegativeOperatorMatcher

Inherits:
Spec::Matchers::NegativeOperatorMatcher
  • Object
show all
Defined in:
lib/stencil/spec/view_matcher.rb

Instance Method Summary collapse

Constructor Details

#initialize(path, actual) ⇒ NegativeOperatorMatcher

Returns a new instance of NegativeOperatorMatcher.



64
65
66
67
# File 'lib/stencil/spec/view_matcher.rb', line 64

def initialize(path, actual)
  @path = path
  super(actual)
end