aidy lewis
2008-Nov-24 17:28 UTC
[rspec-users] [Cucumber] single feature run produces duplicate features in HTMl report
Hi, I am running a number of features once, but for some reason, I am getting duplicate features in the HTML report. Has anyone else experienced this? Cucumber --version 0.1.8 Aidy
Ben Mabey
2008-Nov-24 17:32 UTC
[rspec-users] [Cucumber] single feature run produces duplicate features in HTMl report
aidy lewis wrote:> Hi, > > I am running a number of features once, but for some reason, I am > getting duplicate features in the HTML report. > > Has anyone else experienced this? > > Cucumber --version 0.1.8 > > Aidy > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >This was a bug that was resolved in 0.1.9 I believe. Try upgrading to that or use edge from github. -Ben
Joseph Wilk
2008-Nov-24 17:38 UTC
[rspec-users] [Cucumber] single feature run produces duplicate features in HTMl report
aidy lewis wrote:> Hi, > > I am running a number of features once, but for some reason, I am > getting duplicate features in the HTML report. > > Has anyone else experienced this? > > Cucumber --version 0.1.8 > > Aidy > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > >This was fixed in 0.1.9 (which has been released as a gem). http://rspec.lighthouseapp.com/projects/16211/tickets/72-html-formatter-prints-out-same-piece-of-html-twice I suggest you update to the latest gem release if you can. -- Joseph Wilk http://blog.josephwilk.net
aidy lewis
2008-Nov-24 18:01 UTC
[rspec-users] [Cucumber] single feature run produces duplicate features in HTMl report
Ben, Joseph, 2008/11/24 Joseph Wilk <josephwilk at joesniff.co.uk>:> aidy lewis wrote: >> >> Hi, >> >> I am running a number of features once, but for some reason, I am >> getting duplicate features in the HTML report. >> >> Has anyone else experienced this? >> >> Cucumber --version 0.1.8 >> >> Aidy >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> >> > > This was fixed in 0.1.9 (which has been released as a gem). > > http://rspec.lighthouseapp.com/projects/16211/tickets/72-html-formatter-prints-out-same-piece-of-html-twice > > I suggest you update to the latest gem release if you can. > > --Thanks for the heads-up. We didn''t upgrade to 0.1.9 because of the parse error with that version (missing ''a''s on the console). We at moment are rolling Cucumber out to all projects within BBC Worldwide and that is a very visible bug. But I have just seen it has been fixed in 0.1.10 by Joe. Can I ask when the gem is likely to be released? If this is likely to be some time, we will create our own. Thanks Aidy
aslak hellesoy
2008-Nov-25 07:11 UTC
[rspec-users] [Cucumber] single feature run produces duplicate features in HTMl report
On Mon, Nov 24, 2008 at 7:01 PM, aidy lewis <aidy.lewis at googlemail.com>wrote:> Ben, Joseph, > > 2008/11/24 Joseph Wilk <josephwilk at joesniff.co.uk>: > > aidy lewis wrote: > >> > >> Hi, > >> > >> I am running a number of features once, but for some reason, I am > >> getting duplicate features in the HTML report. > >> > >> Has anyone else experienced this? > >> > >> Cucumber --version 0.1.8 > >> > >> Aidy > >> _______________________________________________ > >> rspec-users mailing list > >> rspec-users at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/rspec-users > >> > >> > > > > This was fixed in 0.1.9 (which has been released as a gem). > > > > > http://rspec.lighthouseapp.com/projects/16211/tickets/72-html-formatter-prints-out-same-piece-of-html-twice > > > > I suggest you update to the latest gem release if you can. > > > > -- > > Thanks for the heads-up. > > We didn''t upgrade to 0.1.9 because of the parse error with that > version (missing ''a''s on the console). > > We at moment are rolling Cucumber out to all projects within BBC > Worldwide and that is a very visible bug. But I have just seen it has > been fixed in 0.1.10 by Joe. > > Can I ask when the gem is likely to be released?You say jump I say how high. Just wait for it to rsync - you should have the 0.1.10 gem before your breakfast tea. Release notes: http://github.com/aslakhellesoy/cucumber/tree/v0.1.10/History.txt Cheers, Aslak> If this is likely to > be some time, we will create our own. > > Thanks > > Aidy > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20081125/f8cb472a/attachment-0001.html>