summaryrefslogtreecommitdiff
path: root/test/suite.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite.rb')
-rw-r--r--test/suite.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/suite.rb b/test/suite.rb
index fb50532..94e9dd0 100644
--- a/test/suite.rb
+++ b/test/suite.rb
@@ -42,7 +42,8 @@ class CodeRaySuite < TestCase
:tab_width => 2,
:line_numbers => :table,
:wrap => :page,
- :hint => :debug
+ :hint => :debug,
+ :css => :class
)
dir do
@@ -88,7 +89,7 @@ def load_suite name
rescue LoadError
$stderr.puts <<-ERR
-!! Folder #{File.join $mydir, name} not found
+!! Suite #{name + '/suite.rb'} not found
ERR
false