Commit Graph

6 Commits

Author SHA1 Message Date
Konstantin Haase e001d62669 adjust require lines for test helper, so it also works properly on 1.9.2 2011-05-11 09:44:02 +02:00
Konstantin Haase a9d89d28a5 add markdown, rdoc and textile nesting tests 2011-04-15 11:14:23 +02:00
Konstantin Haase 4b8aaef0b4 test all mardown engines if available 2011-04-15 11:00:07 +02:00
elij e16bc71590 Explicitly handle the exception for failed loading.
The exception handler was only catching RuntimeError, which probably
should not be caught by the harness (so a test fails), when it should
have been catching LoadError exceptions (module not present to test).

Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
2011-01-31 10:34:41 +01:00
Konstantin Haase beea69953b Skip rdiscount tests on JRuby. 2010-09-12 23:21:48 +02:00
Konstantin Haase 970169b1fb Add markdown helper method. Tilt supports markdown for quite some time now, but it was not as easy to use as haml or erb, and not documented. Tests and documentation (English and German) included. 2010-09-11 14:35:29 +02:00