method
example_group_with_before_all_regexp
1.3.0 -
Show latest stable
- Class:
Spec::Example::ExampleMatcher
example_group_with_before_all_regexp()protected
No documentation available.
# File lib/spec/example/example_matcher.rb, line 28
def example_group_with_before_all_regexp
Regexp.escape("#{@example_group_description} before(:all)")
end