versastylist / mona

0 stars 0 forks source link

Finish writing decorator tests for UserDecorator #90

Open SpencerCDixon opened 8 years ago

SpencerCDixon commented 8 years ago

Nice to have but not necessary since acceptance tests cover these. Used view models and decorators though in order to be proactive for the longevity of the application.

When another developer starts working on the app they should continue this pattern in order to maintain separation of concerns and not clutter the views with too much if/else logic. If there are ever any UI critical components its highly encouraged to have both acceptance tests and decorator tests