Class | SpecMatcher |
In: |
lib/spec/runner/spec_matcher.rb
|
Parent: | Object |
# File lib/spec/runner/spec_matcher.rb, line 3 3: def initialize(context_and_or_spec_name, context_name) 4: @context_name = context_name 5: @name_to_match = context_and_or_spec_name 6: end