module RSpec::Core::Pending

def self.mark_fixed!(example)

Parameters:
  • 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