Modified: MacRuby/branches/experimental/rakelib/spec.rake (1092 => 1093)
--- MacRuby/branches/experimental/rakelib/spec.rake 2009-03-23 09:32:04 UTC (rev 1092)
+++ MacRuby/branches/experimental/rakelib/spec.rake 2009-03-23 10:02:03 UTC (rev 1093)
@@ -1,7 +1,7 @@
namespace :spec do
MSPEC_RUN = "./miniruby -v -I./mspec/lib -I./lib ./mspec/bin/mspec-run"
- KNOWN_GOOD = %w{ and or order execution until while module }
+ KNOWN_GOOD = %w{ and execution hash module or order until while }
desc "Run continuous integration language examples (known good)"
task :ci do