stories
stories copied to clipboard
State constructor should receive arbitrary keywords.
State(foo=1, bar=2, baz=3)
In the example above State will be populated with everything passed to the call.
Test: Arguments are available in story steps.