Zdracte Igor!
I am looking through your excellent docs and have a few questions
simple_cuke runs the step definitions in the following path
files/default/suite/features
However, it isn't clear to me if all my step definitions go into the `simple_cuke` cookbook or if I put my step_definitions into the cookbook I am trying to test. For example if I want to test my apache cookbook, do the tests go into cookbooks/apache/files/default/suite/features or cookbooks/simple_cuke/files/default/suite/features?
I assume they go into the apache cookbook but I don't see any code in simple_cuke that would collect the step_definitions from other cookbooks besides simple_cuke. Perhaps I am missing something.
Perhaps this code collects the step definitions?
` bundle exec cucumber --tags #{roles_tags}"`
Next, do you happen to have any public cookbooks that use simple_cuke that we can reference as examples?
Also, if you ever want to rename simple_cuke, I think that yabloko (яблоко) would be an awesome name ;)