public
Rubygem
Description: RSpec extension library for Ruby on Rails
Homepage:
Clone URL: git://github.com/dchelimsky/rspec-rails.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:44:29 -0700 2008
David Chelimsky (committer)
Fri Jul 18 18:05:34 -0700 2008
commit  14737a028795284af440453c8e62f71a15179153
tree    abaa3a283c6dc6cd3b159029f638ef4f4a466c69
parent  86afd94e57af4eb5e79a35dc781b7d2899aa0bc0
...
89
90
91
92
 
93
94
95
96
...
89
90
91
 
92
93
94
95
96
0
@@ -89,7 +89,7 @@ class ControllerSpecController < ActionController::Base
0
 end
0
 
0
 class ControllerInheritingFromApplicationControllerController < ApplicationController
0
-  def action_with_ac_base_before_filter_checking_multi_require_bug
0
+  def action_with_inherited_before_filter
0
     render :text => ""
0
   end
0
 end
0
\ No newline at end of file

Comments