etcgroup / text-prizm

3 stars 0 forks source link

Dashboard helpers tests #77

Closed michaelbrooks closed 11 years ago

michaelbrooks commented 11 years ago

This adds tests for two dashboard helpers (numbers and bootstrap).

I refactored the number helper a bit, offloading some work to the strings helper, which involved updating some uses of the helpers.

I also separated the icon() helper in bootstrap into icon() and icon_white() to avoid the boolean parameter.

Tests currently passing.