<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/tap_test.rb, branch 1.3.6</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Convert Tap test to spec.</title>
<updated>2017-02-27T22:10:55+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-02-27T22:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3dcbb84fb5fd1601e669ea15c9ddb1056c839325'/>
<id>3dcbb84fb5fd1601e669ea15c9ddb1056c839325</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1708 from joshka/feature/install-tap-cmd-completions</title>
<updated>2017-02-27T08:42:17+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-02-27T08:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0a8c8f90b68b9b2dddcf7284c9c1f941aebb1277'/>
<id>0a8c8f90b68b9b2dddcf7284c9c1f941aebb1277</id>
<content type='text'>
install tap cmd completions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
install tap cmd completions</pre>
</div>
</content>
</entry>
<entry>
<title>Install tap command completions and manpages</title>
<updated>2017-02-26T21:40:52+00:00</updated>
<author>
<name>Joshua McKinney</name>
</author>
<published>2016-09-30T23:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=25396d9c4d7a7a111eebf02f0ebdbb0e69aad3b0'/>
<id>25396d9c4d7a7a111eebf02f0ebdbb0e69aad3b0</id>
<content type='text'>
Taps can include completion scripts for external commands under
`completions/bash`, `completions/fish`, or `completions/zsh`. `brew tap`
will automatically install these into the correct directories during
install.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taps can include completion scripts for external commands under
`completions/bash`, `completions/fish`, or `completions/zsh`. `brew tap`
will automatically install these into the correct directories during
install.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert `brew tap` test to spec.</title>
<updated>2017-02-23T20:25:02+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-02-23T05:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a7f1dde24afaeacd2684c3746980111580d9fb26'/>
<id>a7f1dde24afaeacd2684c3746980111580d9fb26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: slightly stricter match in tab test</title>
<updated>2017-01-23T12:31:02+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-01-23T12:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7d131de57dac25dbb7cf9a8f986c291de87f7e65'/>
<id>7d131de57dac25dbb7cf9a8f986c291de87f7e65</id>
<content type='text'>
Suggested by @reitermarkus in
https://github.com/Homebrew/brew/pull/1890#discussion_r97234536, and
then I added the \A and \Z.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by @reitermarkus in
https://github.com/Homebrew/brew/pull/1890#discussion_r97234536, and
then I added the \A and \Z.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: remove with_git_env method</title>
<updated>2017-01-22T20:54:37+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-01-22T20:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=19e61355b38b8ba96db0ca71849bb536af0490bf'/>
<id>19e61355b38b8ba96db0ca71849bb536af0490bf</id>
<content type='text'>
A common git environment is now used in all tests, so this is no longer
required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A common git environment is now used in all tests, so this is no longer
required.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: use more recent git committer date</title>
<updated>2017-01-22T20:45:15+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-01-22T20:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b53ce62ffb193748266c63d7b13fd023c0764ff0'/>
<id>b53ce62ffb193748266c63d7b13fd023c0764ff0</id>
<content type='text'>
This will allow the `brew bundle` test to use the default git
environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow the `brew bundle` test to use the default git
environment.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: extract a common using_git_env method</title>
<updated>2017-01-22T19:52:34+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-01-21T14:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6e0f1366b014b285799c9bb9c311c6345bcd666b'/>
<id>6e0f1366b014b285799c9bb9c311c6345bcd666b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: remove more per-test file system cleanup</title>
<updated>2017-01-22T11:15:18+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-01-21T16:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6861451f87316ce339af55eaa8e63e5ef8c5021b'/>
<id>6861451f87316ce339af55eaa8e63e5ef8c5021b</id>
<content type='text'>
These locations are now all automatically cleaned up after every test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These locations are now all automatically cleaned up after every test.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: clean up file system for all tests</title>
<updated>2017-01-22T11:15:18+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2017-01-21T15:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d7b8420aaadf93b455a5c268777c3013f8ac2296'/>
<id>d7b8420aaadf93b455a5c268777c3013f8ac2296</id>
<content type='text'>
(No longer just integration tests.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(No longer just integration tests.)
</pre>
</div>
</content>
</entry>
</feed>
