Skip to content

Commit 85f2f34

Browse files
author
Yehuda Katz + Carl Lerche
committed
Remove a stray process2 require
1 parent 315147f commit 85f2f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/test/rails_info_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'abstract_unit'
22
require 'action_controller'
3-
require 'action_controller/testing/process2'
3+
require 'action_controller/testing/process'
44

55
require 'rails/info'
66
require 'rails/info_controller'

0 commit comments

Comments
 (0)