Revision
1087
Author
lsansonetti@apple.com
Date
2009-03-22 23:51:46 -0700 (Sun, 22 Mar 2009)

Log Message

module_spec.rb is green (except for a test that is 1.8-only)

Modified Paths

Diff

Modified: MacRuby/branches/experimental/rakelib/spec.rake (1086 => 1087)


--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-23 06:47:43 UTC (rev 1086)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-23 06:51:46 UTC (rev 1087)
@@ -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 until while }
+  KNOWN_GOOD = %w{ and or order until while module }
   
   desc "Run continuous integration language examples (known good)"
   task :ci do