aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
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/template
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/template')
-rw-r--r--actionpack/test/template/streaming_render_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/streaming_render_test.rb b/actionpack/test/template/streaming_render_test.rb
index 4d01352b43..520bf3a824 100644
--- a/actionpack/test/template/streaming_render_test.rb
+++ b/actionpack/test/template/streaming_render_test.rb
@@ -106,4 +106,4 @@ class FiberedTest < ActiveSupport::TestCase
buffered_render(:template => "test/nested_streaming", :layout => "layouts/streaming")
end
-end if defined?(Fiber)
+end