Check if this example had passed
Returns:
true if the example had passed
20 21 22
# File 'lib/confiner/example.rb', line 20 def passed? status == 'success' end