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
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
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::
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"