On Wed, Oct 29, 2008 at 4:39 PM, aidy lewis <[EMAIL PROTECTED]> 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 > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
