X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1ea64ea977b08e5393d469707e268aee260acd2f:/test/functional/export_controller_test.rb..98184dfb9cacc74ac5bcb91a41a2d5804b3f4f7d:/test/controllers/export_controller_test.rb diff --git a/test/functional/export_controller_test.rb b/test/controllers/export_controller_test.rb similarity index 96% rename from test/functional/export_controller_test.rb rename to test/controllers/export_controller_test.rb index d36f0cfd8..8d61b9911 100644 --- a/test/functional/export_controller_test.rb +++ b/test/controllers/export_controller_test.rb @@ -1,4 +1,4 @@ -require File.dirname(__FILE__) + '/../test_helper' +require 'test_helper' class ExportControllerTest < ActionController::TestCase