
superclass mismatch
Reported by fairchild | November 28th, 2008 @ 03:05 AM
getting errors such as railsbase/vendor/rails/actionpack/lib/action_controller/integration.rb:580: superclass mismatch for class IntegrationTest (TypeError)
Comments and changes to this ticket
-
fairchild November 28th, 2008 @ 05:31 AM
this is what fixed it for me:
class ActionController::Integration::Session
include Webrat::Methods
end
-
Bryan Helmkamp November 28th, 2008 @ 02:29 PM
- State changed from new to resolved
I just pushed a commit that should resolve this by adding a require statement. On my project, which uses Webrat in vendor/plugins, it seems to work well now. Please let me know if you have any issues.
Also, I switched to using class_eval which will fail fast if the class isn’t defined rather than potentially defining a class if it isn’t found.
-
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.