Constants
| MESSAGE | = | "Not Yet Implemented" |
| RSPEC_ROOT_LIB | = | File.expand_path(File.dirname(__FILE__) + "/../..") |
Public class methods
new
(backtrace)
[show source]
# File lib/spec/example/errors.rb, line 16 def initialize(backtrace) super(MESSAGE) @pending_caller = pending_caller_from(backtrace) end