aidy lewis
2008-Oct-29 15:39 UTC
[rspec-users] [Cucumber]: require features from mutliple folders
Hi, I have different projects with features related to those projects in different folders /project_1 /project_2 /steps The steps cover both projects How do I get Cucumber to require all features within both the projects folders and include the common steps? Thanks Aidy
aslak hellesoy
2008-Oct-30 09:36 UTC
[rspec-users] [Cucumber]: require features from mutliple folders
On Wed, Oct 29, 2008 at 4:39 PM, aidy lewis <aidy.lewis at googlemail.com> wrote:> Hi, > > I have different projects with features related to those projects in > different folders > > /project_1 > /project_2 > /steps > > The steps cover both projects > > How do I get Cucumber to require all features within both the projects > folders and include the common steps? >Use the --require option. cucumber --help for details. Aslak> Thanks > > Aidy > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >