Flowdock
method

example_group_with_before_all_regexp

Importance_0
example_group_with_before_all_regexp() protected

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/example/example_matcher.rb, line 28
      def example_group_with_before_all_regexp
        Regexp.escape("#{@example_group_description} before(:all)")
      end
Register or log in to add new notes.