Steve Downey
2007-May-11 02:58 UTC
[rspec-users] [Somewhat OT] Integrating RSpec and RCov results in Gem''s RDoc
I have a Gem on which the testing is done with RSpec. I would like to include the results of RSpec and the RCov html files in the RDoc. The problem is that when I have RDoc include the files, it winds up escaping all the html. Is there a way to get HTML into RDoc unprocessed? Or is there some other way I can distribute the RSpec/RCov results with my Gem integrated with RDoc? I can include them in the Gem spec, but that doesn''t get them into RDoc. Thanks, Steve
aslak hellesoy
2007-May-11 07:00 UTC
[rspec-users] [Somewhat OT] Integrating RSpec and RCov results in Gem''s RDoc
On 5/11/07, Steve Downey <sldowney at berkeley.edu> wrote:> I have a Gem on which the testing is done with RSpec. I would like to > include the results of RSpec and the RCov html files in the RDoc. > > The problem is that when I have RDoc include the files, it winds up > escaping all the html. Is there a way to get HTML into RDoc > unprocessed? Or is there some other way I can distribute the RSpec/RCov > results with my Gem integrated with RDoc? I can include them in the Gem > spec, but that doesn''t get them into RDoc. >I have no idea. I''d ask on ruby-talk. Aslak> Thanks, > Steve > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >