Method: Confiner::Example#failed?

Defined in:
lib/confiner/example.rb

#failed?Boolean

Check if this example had failed

Returns:

  • (Boolean)

    true if the example had failed



26
27
28
# File 'lib/confiner/example.rb', line 26

def failed?
  status == 'failed'
end