| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-06 | Move install tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move updater tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Add tests for patching. | Adam Vandenberg | |
| 2010-04-06 | Add new "testing environment" include. | Adam Vandenberg | |
| 2010-04-06 | Add shell script 'tests' to run ruby test suites. | Adam Vandenberg | |
| 2010-04-06 | Remove silly concatenation. | Adam Vandenberg | |
| 2010-04-04 | Add test script to extract version from URL/path. | Adam Vandenberg | |
| 2010-03-27 | fix github version parser with multidigit number | Joshua Peek | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-16 | Use tab/space when finding vars (and not newlines). | Adam Vandenberg | |
| 2010-03-16 | Fix `change_make_var!` for empty variables. | Martin Kühl | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-02-09 | remove_make_var! should not leave an empty assignment | Adam Vandenberg | |
| 2010-02-04 | Add formula check for crufy SourceForge URLs. | Adam Vandenberg | |
| 2010-02-02 | Update test suite. | Adam Vandenberg | |
| * Break single test case class into several test cases. * Fix broken arch test. * Make update tests optional (seem to only work for mxcl). * Add more tests. * Move fixtures to separate folder. | |||
| 2010-01-18 | Unit test for `brew cleanup` | Joshua Peek | |
| 2009-12-20 | Add unittest for issue Homebrew/homebrew#127 | Adam Vandenberg | |
| 2009-11-19 | Refactor formula_test. | Adam Vandenberg | |
| 2009-11-18 | Refactor formula_test. | Adam Vandenberg | |
| 2009-11-18 | Add test for legacy prefix quoting. | Adam Vandenberg | |
| 2009-11-12 | More tweaking of main exception handler output | Max Howell | |
| 2009-11-09 | Ignore stdout during GitDownloadStrategy.stage | Max Howell | |
| 2009-11-09 | Don't use Kernel.system much | Max Howell | |
| 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-07 | Better errors if missing keg or formula arguments | Max Howell | |
| 2009-11-04 | Fixes Homebrew/homebrew#106; Don't downcase ARGV.named | Max Howell | |
| 2009-10-23 | The tests need the actual optparse apparently | Max Howell | |
| 2009-10-19 | Camelcase class names around the . from filenames | Max Howell | |
| Eg. shell.fm -> ShellFm | |||
| 2009-10-15 | Some subdirs and renames to aid homebrew n00bs | Max Howell | |
| 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. | |||
