diff options
author | murphy <murphy@rubychan.de> | 2010-06-29 06:39:21 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-06-29 06:39:21 +0000 |
commit | e63682824ef4110152381bdb9b831378fe7baa4c (patch) | |
tree | cb28a1fc6ec57c51346ff2de4e390c7c417fb257 /lib/coderay/encoders/html | |
parent | c66ba1145eea6b846cc9f7427c740df5aada6436 (diff) | |
download | coderay-e63682824ef4110152381bdb9b831378fe7baa4c.tar.gz |
Removing tests from library files. They live now in test/unit.
Diffstat (limited to 'lib/coderay/encoders/html')
-rw-r--r-- | lib/coderay/encoders/html/css.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/coderay/encoders/html/css.rb b/lib/coderay/encoders/html/css.rb index 10e89fc..c459222 100644 --- a/lib/coderay/encoders/html/css.rb +++ b/lib/coderay/encoders/html/css.rb @@ -63,8 +63,3 @@ module Encoders end end - -if $0 == __FILE__ - require 'pp' - pp CodeRay::Encoders::HTML::CSS.new -end |