Apply tag classes to vertices and points

While here, introduce a `classed` matcher for Chai.
This commit is contained in:
John Firebaugh
2013-01-11 12:22:23 -08:00
parent 577398ca21
commit e95d163dbc
7 changed files with 54 additions and 4 deletions
+3
View File
@@ -24,6 +24,8 @@
var expect = chai.expect;
</script>
<script src="spec/spec_helpers.js"></script>
<!-- include spec files here... -->
<script src="spec/actions/add_node.js"></script>
<script src="spec/actions/add_way.js"></script>
@@ -57,6 +59,7 @@
<script src="spec/renderer/hash.js"></script>
<script src="spec/renderer/map.js"></script>
<script src="spec/svg/points.js"></script>
<script src="spec/svg/vertices.js"></script>
<script src="spec/svg/tag_classes.js"></script>