Flowdock
before_parts(scope) private

No documentation

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

Hide source
# File lib/spec/example/before_and_after_hooks.rb, line 75
      def before_parts(scope)
        case scope
        when :each; before_each_parts
        when :all; before_all_parts
        when :suite; before_suite_parts
        end
      end
Register or log in to add new notes.