Didn't need the empty setup method around anymore.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@55 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
hcatlin 2006-09-29 20:02:59 +00:00
parent 6a49e27990
commit d4a9a3271d
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ require 'test/unit'
require File.dirname(__FILE__) + '/../lib/haml/engine'
class EngineTest < Test::Unit::TestCase
def setup
end
def render(text, options = {})
Haml::Engine.new(text, options).to_html