Joshua Peek
248bc890f8
Unit test for brew cleanup
2010-01-18 08:27:55 +00:00
Adam Vandenberg
d3fe4a8acc
Add unittest for issue Homebrew/homebrew#127
2009-12-20 12:56:49 +00:00
Adam Vandenberg
224beabdd5
Refactor formula_test.
2009-11-19 14:13:31 -08:00
Adam Vandenberg
83fc432eab
Refactor formula_test.
2009-11-18 15:50:01 -08:00
Adam Vandenberg
6e7731aeff
Add test for legacy prefix quoting.
2009-11-18 15:43:00 -08:00
Max Howell
00e227ac46
More tweaking of main exception handler output
2009-11-12 01:37:02 +00:00
Max Howell
04f3ddeac0
Ignore stdout during GitDownloadStrategy.stage
2009-11-09 18:24:36 +00:00
Max Howell
1da26d89ea
Don't use Kernel.system much
...
It just seems to behave strangely with SIGINT. Eg. SIGINT causes tar to exit, but the SIGINT is ignored by our process. This is not the case when used with curl.
2009-11-09 17:55:11 +00:00
Max Howell
8081a95c4a
Better errors if missing keg or formula arguments
2009-11-07 18:22:33 +00:00
Max Howell
0cc45884bb
Fixes Homebrew/homebrew#106 ; Don't downcase ARGV.named
2009-11-04 16:27:37 +00:00
Max Howell
d967421c6e
The tests need the actual optparse apparently
2009-10-23 19:22:51 +01:00
Max Howell
3d36b01da3
Camelcase class names around the . from filenames
...
Eg. shell.fm -> ShellFm
2009-10-19 13:48:34 +01:00
Max Howell
543a113712
Some subdirs and renames to aid homebrew n00bs
...
The classes better reflect their contents. I'm sure this change may be
contentious, but I am a sucker for trying to create source bases that are easy
to get to grips with and easy to navigate.
brewkit.rb is now a deprecated file.
2009-10-15 16:51:53 +01:00