./test/dolt/templates/tree_test.rb in dolt-0.3.1 vs ./test/dolt/templates/tree_test.rb in dolt-0.4.0

- old
+ new

@@ -44,8 +44,9 @@ it "renders empty tree" do tree = Tree.new([]) markup = render("app/models", tree) - assert_match /<table class="table table-striped gts-tree-explorer">/, markup + assert_match /<table class="table table-striped gts-tree-explorer"/, markup + assert_match /data-gts-tree-history="/, markup end end