aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-08 14:26:22 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-08 14:26:22 -0700
commitc1fcabb3505dd1595142e394d2dca71d62acf77c (patch)
tree0effdaed5180a991c152051ce106af93910f14c4 /actionpack/Rakefile
parenta6bf6f275c4fb25e5521faa148d2d2ea63a064b2 (diff)
downloadrails-c1fcabb3505dd1595142e394d2dca71d62acf77c.tar.gz
rails-c1fcabb3505dd1595142e394d2dca71d62acf77c.tar.bz2
rails-c1fcabb3505dd1595142e394d2dca71d62acf77c.zip
Remove duplicate
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index d6aa0c0b87..074bc90ca9 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -36,13 +36,6 @@ Rake::TestTask.new(:test_action_pack) do |t|
#t.warning = true
end
-task :test_action_pack_isolated do
- test_files = Dir.glob( "test/{controller,dispatch,template,html-scanner}/**/*_test.rb" ).sort
- test_lib = test_lib_dirs.map { |lib| "-I#{lib}" }.join(' ')
- test_files.map! { |f| "ruby #{test_lib} #{f}" }
- exec test_files.join(" && ")
-end
-
task :isolated_test do
ruby = File.join(*RbConfig::CONFIG.values_at('bindir', 'RUBY_INSTALL_NAME'))
Dir.glob("test/{controller,dispatch,template}/**/*_test.rb").all? do |file|