Re: [rspec-users] Using cucumber profiles with rake task

2009-02-10 Thread Francisco Trindade
Thanks, now it makes sense. Regards, Francisco Zach Dennis wrote: > On Tue, Feb 10, 2009 at 10:27 AM, Francisco Trindade > wrote: >> task. I followed the advice given on this thread >> >> elements from the cucumber profile. >> >> Am I missing something? &g

[rspec-users] Using cucumber profiles with rake task

2009-02-10 Thread Francisco Trindade
Hi, Im trying to set up an environment where I am able to run different cucumber profiles (webrat/selenium) in the same project. I did manage to make them work using the cucumber command, so this command works: cucumber -p selenium features/done/items_selenium.feature The problem I have is when