diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-22 09:23:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 09:23:06 -0500 |
commit | 3acf65f797550d87317f930cc3d80ff8004cad41 (patch) | |
tree | a7e82ff78602ccce95fc715446949802558a755a | |
parent | b44b0f2c3b61beefbf5bcaadbf74f70137ded52e (diff) | |
parent | d0407497ec83a8455d9ee85bb9cc34ef2449f0cb (diff) | |
download | rails-3acf65f797550d87317f930cc3d80ff8004cad41.tar.gz rails-3acf65f797550d87317f930cc3d80ff8004cad41.tar.bz2 rails-3acf65f797550d87317f930cc3d80ff8004cad41.zip |
Merge pull request #67 from dixpac/move_controller_tests
Move all controller tests to controllers dir
-rw-r--r-- | test/controllers/direct_uploads_controller_test.rb (renamed from test/direct_uploads_controller_test.rb) | 0 | ||||
-rw-r--r-- | test/controllers/disk_controller_test.rb (renamed from test/disk_controller_test.rb) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/test/direct_uploads_controller_test.rb b/test/controllers/direct_uploads_controller_test.rb index 8aa61f53cb..8aa61f53cb 100644 --- a/test/direct_uploads_controller_test.rb +++ b/test/controllers/direct_uploads_controller_test.rb diff --git a/test/disk_controller_test.rb b/test/controllers/disk_controller_test.rb index 834ad1bfd9..834ad1bfd9 100644 --- a/test/disk_controller_test.rb +++ b/test/controllers/disk_controller_test.rb |