aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/mocks/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/test/mocks/routes.rb')
-rw-r--r--railties/test/mocks/routes.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/test/mocks/routes.rb b/railties/test/mocks/routes.rb
new file mode 100644
index 0000000000..ea12863683
--- /dev/null
+++ b/railties/test/mocks/routes.rb
@@ -0,0 +1,6 @@
+module ActionController
+ module Routing
+ class Routes
+ end
+ end
+end