Flowdock
method

add_spec_path_to

Importance_0
1.2.0 - Show latest stable - 0 notes - Class: Spec::Example
add_spec_path_to(args) public

No documentation

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

Hide source
# File lib/spec/example.rb, line 161
      def add_spec_path_to(args) # :nodoc:
        args << {} unless Hash === args.last
        args.last[:spec_path] ||= caller(0)[2]
      end
Register or log in to add new notes.