aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-05-23 02:07:50 +0200
committerPratik Naik <pratiknaik@gmail.com>2009-05-23 02:08:07 +0200
commit3a72b55229f63d2cba3337c39cd118cf532ebbbc (patch)
treed7b97ca7d175695434baa332cd5ab90af885fffa /actionpack/Rakefile
parentf9dde8fe4e14e7750e9a00c666b052bb409ead05 (diff)
downloadrails-3a72b55229f63d2cba3337c39cd118cf532ebbbc.tar.gz
rails-3a72b55229f63d2cba3337c39cd118cf532ebbbc.tar.bz2
rails-3a72b55229f63d2cba3337c39cd118cf532ebbbc.zip
Add missing selector_test to the list
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index c31d11503c..ea12adb921 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -66,9 +66,7 @@ Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
# * filters
# * integration
# * render_js
- # * selector
# * test
- # * translation
# * view_paths
t.test_files = %w(
action_pack_assertions addresses_render assert_select
@@ -76,8 +74,8 @@ Rake::TestTask.new(:test_new_base_on_old_tests) do |t|
filter_params flash helper http_basic_authentication
http_digest_authentication layout logging mime_responds
record_identifier redirect render render_json render_other render_xml
- request_forgery_protection rescue resources routing send_file
- url_rewriter verification webservice
+ request_forgery_protection rescue resources routing selector send_file
+ translation url_rewriter verification webservice
).map { |name| "test/controller/#{name}_test.rb" }
t.verbose = true
end