method
example_group_with_before_all_regexp
1.1.12 -
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 29
def example_group_with_before_all_regexp
Regexp.escape("#{@example_group_description} before(:all)")
end