aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/Rakefile')
-rw-r--r--actionview/Rakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionview/Rakefile b/actionview/Rakefile
index ee670b5cc0..1cbd35cda4 100644
--- a/actionview/Rakefile
+++ b/actionview/Rakefile
@@ -12,11 +12,7 @@ task :test => [:test_action_view, :test_active_record_integration]
Rake::TestTask.new(:test_action_view) 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 = Dir.glob('test/template/**/*_test.rb').sort
-
t.warning = true
t.verbose = true
end