examples/checking_nil.rb in exemplor-2000.2.0 vs examples/checking_nil.rb in exemplor-2010.0.0
- old
+ new
@@ -8,9 +8,17 @@
Check(nil).is(nil)
end
__END__
-(I) checking nil works correctly:
- (i) nil:
-(s) asserting for nil works correctly:
- (s) nil:
+- name: checking nil works correctly
+ status: info (with checks)
+ result:
+ - name: nil
+ status: info
+ result:
+- name: asserting for nil works correctly
+ status: success
+ result:
+ - name: nil
+ status: success
+ result:
\ No newline at end of file