Modified: MacRuby/branches/experimental/rakelib/spec.rake (1184 => 1185)
--- MacRuby/branches/experimental/rakelib/spec.rake 2009-03-26 23:37:00 UTC (rev 1184)
+++ MacRuby/branches/experimental/rakelib/spec.rake 2009-03-26 23:37:12 UTC (rev 1185)
@@ -39,6 +39,7 @@
next
precedence
predefined
+ private
}
MSPEC_RUN = "./miniruby -v -I./mspec/lib -I./lib ./mspec/bin/mspec-run"
Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt (0 => 1185)
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/private_tags.txt 2009-03-26 23:37:12 UTC (rev 1185)
@@ -0,0 +1,5 @@
+fails:The private keyword marks following methods as being private
+fails:The private keyword is overridden when a new class is opened
+fails:The private keyword changes visibility of previously called method
+fails:The private keyword changes the visibility of the existing method in the subclass
+fails:The private keyword changes visiblity of previously called methods with same send/call site
\ No newline at end of file