Skip to content

Commit

Permalink
remove more conditions for Fiber available in ruby19
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu Atrai committed Dec 30, 2011
1 parent 7c55d69 commit 8fbb447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ def assert_streaming!(cache="no-cache")
assert_equal cache, headers["Cache-Control"]
end
end
end if defined?(Fiber)
end
2 changes: 1 addition & 1 deletion actionpack/test/template/streaming_render_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ def test_render_with_nested_streaming_multiple_yields_provide_and_content_for
buffered_render(:template => "test/nested_streaming", :layout => "layouts/streaming")
end

end if defined?(Fiber)
end

0 comments on commit 8fbb447

Please sign in to comment.