Make render_test.rb run in isolation
This commit is contained in:
parent
6e2a771661
commit
04a8b2362d
@ -21,6 +21,8 @@ def method_missing(method, *args)
|
||||
end
|
||||
|
||||
class TestController < ActionController::Base
|
||||
protect_from_forgery
|
||||
|
||||
class LabellingFormBuilder < ActionView::Helpers::FormBuilder
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user