diff options
author | Arun Agrawal <arunagw@gmail.com> | 2013-06-26 10:22:10 +0200 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2013-06-26 10:22:10 +0200 |
commit | c4f588213be992315df93f0379efd3133a8be905 (patch) | |
tree | d08922f9aa8778d97e69ece199d11eec9b22f795 /actionview | |
parent | 16caf63d32e0a643b7fd5bea2085804f4ec74c8d (diff) | |
download | rails-c4f588213be992315df93f0379efd3133a8be905.tar.gz rails-c4f588213be992315df93f0379efd3133a8be905.tar.bz2 rails-c4f588213be992315df93f0379efd3133a8be905.zip |
Minor changes to actionpack/actionview Rakefile
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/Rakefile | 4 |
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 |