Fix CI test on 1.8

This commit is contained in:
José Valim 2011-04-16 12:25:21 +02:00
parent 2bf0d9b06a
commit 0114dc38d5

@ -1,4 +1,7 @@
require 'fiber'
# 1.9 ships with Fibers but we need to require the extra
# methods explicitly. We only load those extra methods if
# Fiber is available in the first place.
require 'fiber' if defined?(Fiber)
module ActionView
# Consider the following layout: