This commit is contained in:
Isha
2014-03-02 23:55:04 +00:00
parent 02525f258e
commit 16d5f40474
2 changed files with 23 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ class VariableTest < Test::Unit::TestCase
def test_filters
var = Variable.new('hello | textileze')
assert_equal 'hello', var.name
# assert_equal [["textileze",[]]], var.filters
assert_equal [["textileze",[]]], var.filters
var = Variable.new('hello | textileze | paragraph')
assert_equal 'hello', var.name