public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Note that filters test crashes Ruby 1.9


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8408 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jeremy (author)
Fri Dec 14 18:29:24 -0800 2007
commit  525cac7f828c432e8f56d56424227b053c78febe
tree    9a93cbc385d75ef8bbefee2794aa6924281db1d2
parent  a3143eaa98c981efe0c7f82c3168fdc8fc0bcef2
...
1
2
 
3
4
5
...
1
2
3
4
5
6
0
@@ -1,5 +1,6 @@
0
 require File.dirname(__FILE__) + '/../abstract_unit'
0
 
0
+# FIXME: crashes Ruby 1.9
0
 class FilterTest < Test::Unit::TestCase
0
   class TestController < ActionController::Base
0
     before_filter :ensure_login

Comments

    No one has commented yet.