Actions
Bug #4584
closedThe dynflow tests don't load fixtures, Rails helpers unless they use a model name
Description
With minitest-spec-rails, the "describe" call can only be used for certain items:
https://github.com/metaskills/minitest-spec-rails#test-styles
Otherwise, you must use the subclass style to encapsulate your test. You can then use a describe inside (e.g. https://gist.github.com/daviddavis/4e4a0cb389b4685ae19a).
Actions