diff options
author | Vishnu Atrai <me@vishnuatrai.com> | 2011-12-31 01:22:40 +0530 |
---|---|---|
committer | Vishnu Atrai <me@vishnuatrai.com> | 2011-12-31 01:22:40 +0530 |
commit | 8fbb44787e50545e427819a41695a4afa7e67584 (patch) | |
tree | 4f28e13faed12a1efb82be8982c7765f07b0830d /actionpack/test/controller | |
parent | 7c55d6977c68041d34cb657f90f92773d3fd64e3 (diff) | |
download | rails-8fbb44787e50545e427819a41695a4afa7e67584.tar.gz rails-8fbb44787e50545e427819a41695a4afa7e67584.tar.bz2 rails-8fbb44787e50545e427819a41695a4afa7e67584.zip |
remove more conditions for Fiber available in ruby19
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r-- | actionpack/test/controller/new_base/render_streaming_test.rb | 2 |
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 |