Module: Spec::Example::ExampleMatcherSpecHelper

Defined in:
lib/gems/rspec-1.1.11/spec/spec/example/example_matcher_spec.rb

Defined Under Namespace

Classes: MatchDescription

Instance Method Summary collapse

Instance Method Details

#match_description(description) ⇒ Object



23
24
25
# File 'lib/gems/rspec-1.1.11/spec/spec/example/example_matcher_spec.rb', line 23

def match_description(description)
  MatchDescription.new(description)
end