public
Description: Resources for rspec developers/contributors
Homepage: http://rspec.info/
Clone URL: git://github.com/dchelimsky/rspec-dev.git
Fixed a problem caused by controller action names getting out of sync between 
rspec-dev and rspec-rails for speccing #440
fidothe (author)
Fri Jul 18 10:36:01 -0700 2008
dchelimsky (committer)
Fri Jul 18 18:04:57 -0700 2008
commit  f994bbca3c7efca324d3430fde6f3af33568b08c
tree    30345c0cf2e7cf34efdade96f0e46ce4e2d4af8f
parent  6a60f794bb99af4db841a9a3c69ae7883da0c63a
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@
0
 # Likewise, all the methods added will be available for all controllers.
0
 class ApplicationController < ActionController::Base
0
   before_filter :i_should_only_be_run_once, 
0
-                :only => 'action_with_ac_base_before_filter_checking_multi_require_bug'
0
+                :only => 'action_with_inherited_before_filter'
0
   
0
   def i_should_only_be_run_once
0
     true

Comments