aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/send_file_test.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-17 16:51:51 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-17 16:51:51 -0700
commit65102c8f1a55c8d73e44b62eed5e689017ace7cd (patch)
tree27714a7b1c13c1a347dd827ed4cf0abc53f0fcaa /actionpack/test/controller/send_file_test.rb
parent55ee0ba7f5b6b5d2023eb5dcc030946ed589fe53 (diff)
downloadrails-65102c8f1a55c8d73e44b62eed5e689017ace7cd.tar.gz
rails-65102c8f1a55c8d73e44b62eed5e689017ace7cd.tar.bz2
rails-65102c8f1a55c8d73e44b62eed5e689017ace7cd.zip
Cleaning up more tests and code that needed to work in both old and new base
Diffstat (limited to 'actionpack/test/controller/send_file_test.rb')
-rw-r--r--actionpack/test/controller/send_file_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/test/controller/send_file_test.rb b/actionpack/test/controller/send_file_test.rb
index 4134da3b9e..d88d5c5dac 100644
--- a/actionpack/test/controller/send_file_test.rb
+++ b/actionpack/test/controller/send_file_test.rb
@@ -45,8 +45,8 @@ class SendFileTest < ActionController::TestCase
assert_equal file_data, response.body
end
- for_tag(:old_base) do
- def test_file_stream
+ def test_file_stream
+ pending do
response = nil
assert_nothing_raised { response = process('file') }
assert_not_nil response