On Mon, Nov 14, 2011 at 4:13 PM, Platonides Platonides@gmail.com wrote:
On 14/11/11 23:28, Rusty Burchfield wrote:
Here you go: https://github.com/GICodeWarrior/patch-tester
It is a hack right now, but if you don't obsolete it with your framework I may improve it. ;-)
Is ruby code always so verbose? I expected one or two files, not 54! Where is the real code?
To make it easier to hack around, it is in a Rails project.
As noted in the README, the interesting stuff is in "extras/". $ find extras/ -type f | xargs wc -l 56 extras/bugzilla/patch.rb 25 extras/bugzilla/bug.rb 15 extras/bugzilla/attachment.rb 33 extras/bugzilla/site.rb 2 extras/bugzilla.rb 131 total
~Rusty