aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/Rakefile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-06-26 10:22:10 +0200
committerArun Agrawal <arunagw@gmail.com>2013-06-26 10:22:10 +0200
commitc4f588213be992315df93f0379efd3133a8be905 (patch)
treed08922f9aa8778d97e69ece199d11eec9b22f795 /actionview/Rakefile
parent16caf63d32e0a643b7fd5bea2085804f4ec74c8d (diff)
downloadrails-c4f588213be992315df93f0379efd3133a8be905.tar.gz
rails-c4f588213be992315df93f0379efd3133a8be905.tar.bz2
rails-c4f588213be992315df93f0379efd3133a8be905.zip
Minor changes to actionpack/actionview Rakefile
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