File: README.textile

package info (click to toggle)
ruby-test-declarative 0.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 76 kB
  • sloc: ruby: 46; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
h1. TestDeclarative

Simply adds a declarative test method syntax to test/unit.

<pre>
  require 'test-declarative'

  class MyTest < Test::Unit::TestCase
    test "your test description" do
      # your test code
    end  
  end
</pre>