File: basic_tests.rb

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 (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
Shindo.tests('basics') do

  returns(false)        { false }

  raises(StandardError) { raise StandardError.new }

  test('returns true')  { true }

end