public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
Didn't need the empty setup method around anymore.



git-svn-id: svn://hamptoncatlin.com/haml/trunk@55 
7063305b-7217-0410-af8c-cdc13e5119b9
hcatlin (author)
Fri Sep 29 13:02:59 -0700 2006
commit  d4a9a3271d49b25e18a911a91969f278f6e0f6f1
tree    795291cd402d78de9180220dce12ed1fb243bef0
parent  6a49e279904689e89a251b7ff3a2d32df41b8610
...
2
3
4
5
6
7
8
9
...
2
3
4
 
 
5
6
7
0
@@ -2,8 +2,6 @@ require 'test/unit'
0
 require File.dirname(__FILE__) + '/../lib/haml/engine'
0
 
0
 class EngineTest < Test::Unit::TestCase
0
- def setup
0
- end
0
 
0
   def render(text, options = {})
0
     Haml::Engine.new(text, options).to_html

Comments

    No one has commented yet.