class RSpec::Core::Notifications::PendingExampleFixedNotification

def description

Returns:
  • (String) - The example description
def description
  "#{example.full_description} FIXED"
end