From e63682824ef4110152381bdb9b831378fe7baa4c Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 29 Jun 2010 06:39:21 +0000 Subject: Removing tests from library files. They live now in test/unit. --- lib/coderay/encoders/html/css.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/coderay/encoders/html/css.rb') 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 -- cgit v1.2.1