diff options
author | murphy <murphy@rubychan.de> | 2006-07-11 05:49:15 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-07-11 05:49:15 +0000 |
commit | 9f355cd5a3843ae0a71f96f345ec25fe5fede8a2 (patch) | |
tree | 2fb09ac0d932dccd326194ffd21a3fa12d942e16 /test/nitro/suite.rb | |
parent | 8e47e97db61205e5212e787f2f87dcfef50724a9 (diff) | |
download | coderay-9f355cd5a3843ae0a71f96f345ec25fe5fede8a2.tar.gz |
Finally, renamed nitro-xhtml to nitro. Subversion got in the way.
Diffstat (limited to 'test/nitro/suite.rb')
-rw-r--r-- | test/nitro/suite.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/nitro/suite.rb b/test/nitro/suite.rb new file mode 100644 index 0000000..c2f0e33 --- /dev/null +++ b/test/nitro/suite.rb @@ -0,0 +1,3 @@ +class Nitro < CodeRay::TestCase + extension :xhtml +end |