2011/9/5 Marc-Andre Lafortune <ruby-core-mailing-list / marc-andre.ca>: > So the questions to be answered are: > - am I missing advantages to CRuby's `test/*`? Ah, I must say one big difference: CRuby test-all is regression test, so if a new failure or error occurs, someone must breaks CRuby. In other words, regression is just happened. # under this policy, a test which fails on CRuby won't be added RubySpec doesn't have such policy so even if failure happens, I can't know who adds the failure. -- NARUSE, Yui naruse / airemix.jp>