Feature #47
Better tests for Syslog needed
| Status : | New | Start : | 07/29/2008 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | - | % Done : | 0% |
|
| Category : | - | |||
| Target version : | - | |||
Description
It turned out that currently JRuby and Rubinius both pass the Syslog rubyspecs completely, but actually are totally broken, when all the most used methods not working at all (constant missing error): #warning, #info, #log, etc.
We need better specs, and we need them properly organized, according to our plans. Currently, multiple specs for different methods are sometimes in a single file. We need to run mkspec:
mkspec -r syslog -c Syslog -b 1.8/library/
and to put appropriate tests in the appropriate files.
Anyone up for a task? :)
