summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 2de87a4..07baa5a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -57,7 +57,7 @@ end
desc 'Test CodeRay'
task :test do
- system 'ruby -w ./test/suite.rb'
+ system 'ruby -wd ./test/suite.rb'
end
desc 'Test CodeRay Demos with Fox'