Mike McQuaid 0b69ca85f7 spec_helper: add focus support.
When adding `, :focus` as a trailing argument to a `describe` or `it`
this allows you to only run that single test.
2017-07-07 16:34:29 +01:00
..
2017-05-29 18:43:18 +01:00
2017-07-05 13:03:39 -07:00
2017-07-07 15:11:41 +01:00
2017-06-22 18:22:54 +01:00
2017-06-07 23:37:59 -05:00
2017-07-07 16:34:29 +01:00
2017-06-14 12:51:36 +02:00
2017-06-07 16:34:54 +01:00
2017-07-05 20:51:51 +02:00
2017-05-29 18:43:18 +01:00
2017-04-23 15:10:18 +01:00
2017-05-29 18:43:18 +01:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-30 20:25:18 +05:30
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-06-14 12:51:36 +02:00

Homebrew's Formula API

This is the (partially) documented public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!