Re: [rspec-users] [Cucumber] - default rake task

2009-01-13 Thread aslak hellesoy
On Tue, Jan 13, 2009 at 7:02 PM, aidy lewis wrote: > Hi, > > I have a Rake problem. > > I would like the default task to run after :features. > > Curently it doesn't when :features fails. Could you please help? > > > > require 'cucumber/rake/task' > > def send_dcs_email_report(path_to_story_resul

Re: [rspec-users] [Cucumber] - default rake task

2009-01-13 Thread aidy lewis
On 13/01/2009, Matt Wynne wrote: > > On 13 Jan 2009, at 18:02, aidy lewis wrote: > > > > Hi, > > > > I have a Rake problem. > > > > I would like the default task to run after :features. > > > > Curently it doesn't when :features fails. Could you please help? > > > > > > > > require 'cucumber/rak

Re: [rspec-users] [Cucumber] - default rake task

2009-01-13 Thread Matt Wynne
On 13 Jan 2009, at 18:02, aidy lewis wrote: Hi, I have a Rake problem. I would like the default task to run after :features. Curently it doesn't when :features fails. Could you please help? require 'cucumber/rake/task' def send_dcs_email_report(path_to_story_results) ### end Cucumber::

[rspec-users] [Cucumber] - default rake task

2009-01-13 Thread aidy lewis
Hi, I have a Rake problem. I would like the default task to run after :features. Curently it doesn't when :features fails. Could you please help? require 'cucumber/rake/task' def send_dcs_email_report(path_to_story_results) ### end Cucumber::Rake::Task.new("features", "All features in IE"