clj-commons / citrus

State management library for Rum
Eclipse Public License 1.0
274 stars 21 forks source link

Readme: Add Controller test case that takes an argument #38

Closed SneakyPeet closed 5 years ago

SneakyPeet commented 5 years ago

There was no test case showing that controller args needs to be a collection.

I was slightly confused writing my first test, so I figured an example test might be useful to others

I added the :reset-to event that takes a value and replaces the current value with the new value.