aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2014-08-26 16:38:22 +0900
committerAkira Matsuda <ronnie@dio.jp>2014-08-28 14:38:42 +0900
commite969c928463e329fd6529ac59cad96385c538ffb (patch)
tree3e0b35b6d0f6f387f519d5d6ca156274de1863f2 /actionpack/Rakefile
parentf7d09faac99ae91a631e6c7d19d52ef69c2a9504 (diff)
downloadrails-e969c928463e329fd6529ac59cad96385c538ffb.tar.gz
rails-e969c928463e329fd6529ac59cad96385c538ffb.tar.bz2
rails-e969c928463e329fd6529ac59cad96385c538ffb.zip
AP test files does no more need to be alphabetically sorted here
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index d12213a2d8..e24169dab5 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -9,10 +9,7 @@ task :default => :test
# Run the unit tests
Rake::TestTask.new do |t|
t.libs << 'test'
-
- # make sure we include the tests in alphabetical order as on some systems
- # this will not happen automatically and the tests (as a whole) will error
- t.test_files = test_files.sort
+ t.test_files = test_files
t.warning = true
t.verbose = true