aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_streaming_test.rb
diff options
context:
space:
mode:
authorVishnu Atrai <me@vishnuatrai.com>2011-12-31 01:22:40 +0530
committerVishnu Atrai <me@vishnuatrai.com>2011-12-31 01:22:40 +0530
commit8fbb44787e50545e427819a41695a4afa7e67584 (patch)
tree4f28e13faed12a1efb82be8982c7765f07b0830d /actionpack/test/controller/new_base/render_streaming_test.rb
parent7c55d6977c68041d34cb657f90f92773d3fd64e3 (diff)
downloadrails-8fbb44787e50545e427819a41695a4afa7e67584.tar.gz
rails-8fbb44787e50545e427819a41695a4afa7e67584.tar.bz2
rails-8fbb44787e50545e427819a41695a4afa7e67584.zip
remove more conditions for Fiber available in ruby19
Diffstat (limited to 'actionpack/test/controller/new_base/render_streaming_test.rb')
-rw-r--r--actionpack/test/controller/new_base/render_streaming_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/new_base/render_streaming_test.rb b/actionpack/test/controller/new_base/render_streaming_test.rb
index 1a17e24914..1532bd5c98 100644
--- a/actionpack/test/controller/new_base/render_streaming_test.rb
+++ b/actionpack/test/controller/new_base/render_streaming_test.rb
@@ -111,4 +111,4 @@ module RenderStreaming
assert_equal cache, headers["Cache-Control"]
end
end
-end if defined?(Fiber)
+end