Module: Rtml::Test::Spec::Matchers

Included in:
RtmlExampleGroup
Defined in:
lib/rtml/test/spec/matchers.rb

Defined Under Namespace

Classes: ResemblanceMatcher

Instance Method Summary collapse

Instance Method Details

#resemble_tml(expectation) ⇒ Object



21
22
23
# File 'lib/rtml/test/spec/matchers.rb', line 21

def resemble_tml(expectation)
  Rtml::Test::Spec::Matchers::ResemblanceMatcher.new(expectation)
end