File: fail_custom_message.rb

package info (click to toggle)
ruby-cutest 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 176 kB
  • sloc: ruby: 376; makefile: 14
file content (3 lines) | stat: -rw-r--r-- 79 bytes parent folder | download
1
2
3
test "failed with custom message" do
  assert("hello".empty?, "not empty")
end