diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:28:00 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:28:00 +0000 |
commit | 6c027be9fe33d008d9ff6e535c7e7eec26cddf7b (patch) | |
tree | 82bc0ff7e25f53326f961e0aa3a364c3ea61d146 /lib | |
parent | 289c5e34678c0ee3df4df8de77c2542a9cb91ca2 (diff) |
Removed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/README | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/README b/lib/README deleted file mode 100644 index 5d8b6d3..0000000 --- a/lib/README +++ /dev/null @@ -1,17 +0,0 @@ - - This directory contains the protocol-tests. - - For the protocol "xxx" we must have: - - - The file called xxx.rb - - - The definition of class "XXXTest" - note upper-case - - The class must implement the methods: - - run_test() - - error() - - 'run_test' will be called to run the test, returning true if passed, and false - otherwise. In the event of a test failure 'error' will return something useful. |