Skip to content

Commit

Permalink
Hush AP test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Dec 14, 2009
1 parent 1c52bca commit 819a353
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actionpack/Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Rake::TestTask.new(:test_action_pack) do |t|
# this will not happen automatically and the tests (as a whole) will error # this will not happen automatically and the tests (as a whole) will error
t.test_files = Dir.glob('test/{abstract,controller,dispatch,template}/**/*_test.rb').sort t.test_files = Dir.glob('test/{abstract,controller,dispatch,template}/**/*_test.rb').sort


t.verbose = true
# t.warning = true # t.warning = true
end end


Expand All @@ -45,7 +44,6 @@ desc 'ActiveRecord Integration Tests'
Rake::TestTask.new(:test_active_record_integration) do |t| Rake::TestTask.new(:test_active_record_integration) do |t|
t.libs << 'test' t.libs << 'test'
t.test_files = Dir.glob("test/activerecord/*_test.rb") t.test_files = Dir.glob("test/activerecord/*_test.rb")
t.verbose = true
end end


# Genereate the RDoc documentation # Genereate the RDoc documentation
Expand Down

0 comments on commit 819a353

Please sign in to comment.