public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Remove superfluous tests directive
jeremy (author)
Mon May 26 01:39:21 -0700 2008
commit  888a2927b65889465ce7a1a71e87d37640a2b41b
tree    b04f53f1d21ee2c98a93e463b68644f7edacc15b
parent  7520770c825eab21079dd2b69b1199f138294301
...
25
26
27
28
29
30
31
32
...
25
26
27
 
 
28
29
30
0
@@ -25,8 +25,6 @@ class Author::Nested < Author; end
0
 
0
 
0
 class PrototypeHelperBaseTest < ActionView::TestCase
0
-  tests ActionView::Helpers::PrototypeHelper
0
-
0
   attr_accessor :template_format
0
 
0
   def setup

Comments