add bits to get the labels in the right place

This commit is contained in:
Marlena Compton
2015-01-31 08:02:51 -08:00
parent ba7ef3c85d
commit a013385d35
4 changed files with 20 additions and 6 deletions

View File

@@ -35,7 +35,7 @@
});
it('fills the bars with color', function(){
expect($('g.bar rect')).toHaveAttr('fill', 'rebeccapurple');
expect($('g.bar rect')).toHaveAttr('fill', 'steelblue');
});
it ('gets the values of all the bars', function(){