Flowdock
invoke_requires(requires) protected

No documentation

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

Hide source
# File lib/spec/runner/option_parser.rb, line 133
      def invoke_requires(requires)
        requires.split(",").each do |file|
          require file
        end
      end
Register or log in to add new notes.