http://github.com/shri/ironruby/commit/fd123905f6816685ff9cc668d9df53b35efa9a14
Enabled ActiveSupport tests as well From: Shri Borde Sent: Monday, September 07, 2009 10:13 PM To: [email protected] Cc: IronRuby External Code Reviewers Subject: Review: ActionPack tests http://github.com/shri/ironruby/commit/fec9064dd322f9aaafc2f80feb16a7552d0bf25e Added ActionPack tests to irtest.rb. The tests which test the ActiveRecord integration are not enabled. Deleted test-unit gem. This interferes with the test/unit standard library. Normally, require will prefer to load the standard library, even with RubyGems loaded. However, ActiveSupport seems to prefer a gem over a standard library.
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
