Method: Confiner::Example#passed?

Defined in:
lib/confiner/example.rb

#passed?Boolean

Check if this example had passed

Returns:

  • (Boolean)

    true if the example had passed



20
21
22
# File 'lib/confiner/example.rb', line 20

def passed?
  status == 'success'
end