File: positive

package info (click to toggle)
ruby-shindo 0.3.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: ruby: 456; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
Shindo.tests('success',  'positive') do
  test('is tested') { true }
end

Shindo.tests('skipped') do
  test('is skipped') { false }
end