fix tests

This commit is contained in:
albert
2013-02-18 20:59:45 -05:00
parent 8a46836238
commit e3ddafa265
3 changed files with 19 additions and 17 deletions

View File

@@ -7,7 +7,6 @@
class TagSetPresenter < Presenter
def initialize(tags)
@tags = tags
puts @tags.inspect
end
def tag_list_html(template, options = {})