Tim Walker
2009-Jan-27 17:33 UTC
[rspec-users] (Cucumber) Non-default folder hierarchy in Cucumber Textmate bundle
Hi Guys, I refactored my folder hierarchy organizing my cucumber features in sub-folders of features such as model, control, listeners, etc. When I run from the command line now I use the -r features prior to specifying the folder name, all is good. From textmate, APPLE-R, how do I specify the -r? Many TIA, Tim
Ben Mabey
2009-Jan-27 18:00 UTC
[rspec-users] (Cucumber) Non-default folder hierarchy in Cucumber Textmate bundle
On 1/27/09 10:33 AM, Tim Walker wrote:> Hi Guys, > > I refactored my folder hierarchy organizing my cucumber features in > sub-folders of features such as model, control, listeners, etc. > > When I run from the command line now I use the -r features prior to > specifying the folder name, all is good. From textmate, APPLE-R, how > do I specify the -r? > > Many TIA, > > Tim > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >Go to preferences.. Click on Advanced. Click on Shell Variables. Enter new one: Variable: TM_CUCUMBER_OPTS Value: --format=html -r features -Ben
Tim Walker
2009-Jan-27 18:10 UTC
[rspec-users] (Cucumber) Non-default folder hierarchy in Cucumber Textmate bundle
Sweet. Thank you Ben. Tim On Tue, Jan 27, 2009 at 11:00 AM, Ben Mabey <ben at benmabey.com> wrote:> On 1/27/09 10:33 AM, Tim Walker wrote: >> >> Hi Guys, >> >> I refactored my folder hierarchy organizing my cucumber features in >> sub-folders of features such as model, control, listeners, etc. >> >> When I run from the command line now I use the -r features prior to >> specifying the folder name, all is good. From textmate, APPLE-R, how >> do I specify the -r? >> >> Many TIA, >> >> Tim >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > > Go to preferences.. > Click on Advanced. > Click on Shell Variables. > Enter new one: > > Variable: TM_CUCUMBER_OPTS > Value: --format=html -r features > > -Ben > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Matt Wynne
2009-Jan-28 10:43 UTC
[rspec-users] (Cucumber) Non-default folder hierarchy in Cucumber Textmate bundle
On 27 Jan 2009, at 17:33, Tim Walker wrote:> I refactored my folder hierarchy organizing my cucumber features in > sub-folders of features such as model, control, listeners, etc.Wow - are you using Cucumber to write unit tests? Matt Wynne http://blog.mattwynne.net http://www.songkick.com