summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-06-29 06:39:21 +0000
committermurphy <murphy@rubychan.de>2010-06-29 06:39:21 +0000
commite63682824ef4110152381bdb9b831378fe7baa4c (patch)
treecb28a1fc6ec57c51346ff2de4e390c7c417fb257 /lib/coderay/encoders/html
parentc66ba1145eea6b846cc9f7427c740df5aada6436 (diff)
downloadcoderay-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.rb5
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