Skip to content

Commit

Permalink
Add some more tests to the test_new_base_on_old_tests task
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed May 22, 2009
1 parent f766f66 commit b776028
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/Rakefile
Expand Up @@ -68,7 +68,7 @@ Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
http_digest_authentication layout mime_responds
record_identifier redirect render render_json render_xml
send_file request_forgery_protection rescue url_rewriter
verification webservice logging
verification webservice logging resources routing
).map { |name| "test/controller/#{name}_test.rb" }
t.verbose = true
end
Expand Down
1 change: 1 addition & 0 deletions actionpack/test/controller/routing_test.rb
@@ -1,5 +1,6 @@
require 'abstract_unit'
require 'controller/fake_controllers'
require 'active_support/dependencies'

class MilestonesController < ActionController::Base
def index() head :ok end
Expand Down
1 change: 1 addition & 0 deletions actionpack/test/controller/selector_test.rb
Expand Up @@ -5,6 +5,7 @@

require 'abstract_unit'
require 'controller/fake_controllers'
require 'action_controller/vendor/html-scanner'

class SelectorTest < Test::Unit::TestCase
#
Expand Down
1 change: 1 addition & 0 deletions actionpack/test/new_base/abstract_unit.rb
Expand Up @@ -10,6 +10,7 @@

require 'test/unit'
require 'active_support'
require 'active_support/core_ext'
require 'active_support/test_case'
require 'action_controller/abstract'
require 'action_controller/new_base'
Expand Down

0 comments on commit b776028

Please sign in to comment.