Module: Transpec::Syntax::Mixin::OwnedMatcher

Extended by:
ActiveSupport::Concern
Included in:
Have, Operator, RaiseError, Receive
Defined in:
lib/transpec/syntax/mixin/owned_matcher.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#initialize(node, expectation, runtime_data = nil, project = nil, source_rewriter = nil, report = nil) ⇒ Object

rubocop:disable LineLength



22
23
24
25
# File 'lib/transpec/syntax/mixin/owned_matcher.rb', line 22

def initialize(node, expectation, runtime_data = nil, project = nil, source_rewriter = nil, report = nil)
  super(node, runtime_data, project, source_rewriter, report)
  @expectation = expectation
end