Modified: MacRuby/branches/experimental/rakelib/spec.rake (1176 => 1177)
--- MacRuby/branches/experimental/rakelib/spec.rake 2009-03-26 22:55:06 UTC (rev 1176)
+++ MacRuby/branches/experimental/rakelib/spec.rake 2009-03-26 22:55:18 UTC (rev 1177)
@@ -13,6 +13,7 @@
eigenclass
else
encoding
+ ensure
execution
file
hash
Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt (1176 => 1177)
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt 2009-03-26 22:55:06 UTC (rev 1176)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/ensure_tags.txt 2009-03-26 22:55:18 UTC (rev 1177)
@@ -1,2 +1,4 @@
-critical:An ensure block inside a method is executed when an exception is raised in the method
-critical:An ensure block inside a method is executed even when a symbol is thrown in the method
\ No newline at end of file
+fails:An ensure block inside a begin block is executed when an exception is raised in it's corresponding begin block
+fails:An ensure block inside a begin block is executed even when a symbol is thrown in it's corresponding begin block
+fails:An ensure block inside a method is executed when an exception is raised in the method
+fails:An ensure block inside a method is executed even when a symbol is thrown in the method
\ No newline at end of file