I want to run my command line tool in a project against another project to analyze Cucumber tests. Both projects have their own gemsets.
When I execute Cucumber pointing to the other project, then it tries to execute using my gemset/configuration, then it fails.
How can I "change scope/context" to make Cucumber run in the other project folder (and use its own Gemfile and configuration)?