DEBSOURCES
Skip Quicknav
sources / ruby-shindo / 0.3.11-1 / tests / basic_tests.rb
123456789
Shindo.tests('basics') do returns(false) { false } raises(StandardError) { raise StandardError.new } test('returns true') { true } end