1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Make render_test.rb run in isolation

This commit is contained in:
Pratik Naik 2008-12-25 19:28:08 +00:00
parent 6e2a771661
commit 04a8b2362d

View file

@ -21,6 +21,8 @@ class MockLogger
end
class TestController < ActionController::Base
protect_from_forgery
class LabellingFormBuilder < ActionView::Helpers::FormBuilder
end