active_operation icon indicating copy to clipboard operation
active_operation copied to clipboard

ActiveOperation is a micro-framework for modelling business processes

Results 6 active_operation issues
Sort by recently updated
recently updated
newest added

Missing APIs: ``` it { is_expected .to succeed_to_perform .when_initialized_with(input, default_food: "bananas") .and_return_value_to be_true) } ```

It would be great if we could add one-line input matchers either to this project or `smart_properties` similar to [shoulda matchers](https://github.com/thoughtbot/shoulda-matchers). Brainstorming with @t6d: ``` Ruby # input :id, accepts:...

The first versions of ruby that introduced ruby2_keywords had a small bug, only the first method in a chain of call needed to mark itself as using ruby2_keywords smeantic, e.g....