module RSpec::Core::Pending
def self.mark_fixed!(example)
-
example
(RSpec::Core::Example
) -- the example to mark as fixed
Other tags:
- Private: -
def self.mark_fixed!(example) example.execution_result.pending_fixed = true end
example
(RSpec::Core::Example
)
-- the example to mark as fixed
def self.mark_fixed!(example) example.execution_result.pending_fixed = true end