This had a bug that wouldn't let it run unless it required the test helper.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@49 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
hcatlin 2006-09-29 18:52:04 +00:00
parent 563d5d748e
commit d081b791a4
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
require 'test/unit'
require File.dirname(__FILE__) + '/../lib/haml/helpers'
class HelperTest < Test::Unit::TestCase