mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
test uses Pathname
This commit is contained in:
parent
cbcc0ca57b
commit
dc2caea9dc
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
require 'abstract_unit'
|
||||
require 'controller/fake_models'
|
||||
require 'pathname'
|
||||
|
||||
module Fun
|
||||
class GamesController < ActionController::Base
|
||||
|
|
Loading…
Reference in a new issue