Flowdock
find(example_group_description) public

No documentation

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

Hide source
# File lib/spec/example/shared_example_group.rb, line 11
        def find(example_group_description)
          shared_example_groups.find {|b| b.description == example_group_description}
        end
Register or log in to add new notes.