Re: [rspec-users] Cucumber: Running one feature under one profile

2009-05-22 Thread aslak hellesoy
> aslak hellesoy wrote: >>> >>> Hey Folks, >>> >>> >> >> Aargh profiles. The initial intention was that you could just do >> cucumber -p foo. >> And then you wouldn't have to type a lot of arguments. >> >> The intention was *not* to use -p along with additional arguments, >> although cucumber lets

Re: [rspec-users] Cucumber: Running one feature under one profile

2009-05-22 Thread Ben Mabey
aslak hellesoy wrote: Hey Folks, Aargh profiles. The initial intention was that you could just do cucumber -p foo. And then you wouldn't have to type a lot of arguments. The intention was *not* to use -p along with additional arguments, although cucumber lets you do it by merging stuff t

Re: [rspec-users] Cucumber: Running one feature under one profile

2009-05-22 Thread aslak hellesoy
> Hey Folks, > Aargh profiles. The initial intention was that you could just do cucumber -p foo. And then you wouldn't have to type a lot of arguments. The intention was *not* to use -p along with additional arguments, although cucumber lets you do it by merging stuff together. Using profiles as

[rspec-users] Cucumber: Running one feature under one profile

2009-05-22 Thread JohnnyH
Hey Folks, I followed the instructions on http://wiki.github.com/aslakhellesoy/cucumber/setting-up-selenium and created 2 profiles: default and selenium. It works, but not if I want to run one feature under a specifc profile. For example, I tried: cucumber -p default --require features features/