<feed xmlns='http://www.w3.org/2005/Atom'>
<title>homebrew/Library/Homebrew/test/Rakefile, branch master</title>
<subtitle>:beer: The missing package manager for OS X.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/'/>
<entry>
<title>Use bundler for test gem dependencies.</title>
<updated>2014-09-10T12:29:14+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2014-09-10T08:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=6d1a5325a71728ef0d0c4c9a4582087bcada69f5'/>
<id>6d1a5325a71728ef0d0c4c9a4582087bcada69f5</id>
<content type='text'>
Closes #31986.
References #31981.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #31986.
References #31981.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure compatible gem versions are installed</title>
<updated>2014-06-19T01:34:10+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-16T02:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=1b5a32099324eeceb3f8f157fd5ff9e0b41ab7eb'/>
<id>1b5a32099324eeceb3f8f157fd5ff9e0b41ab7eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to Minitest</title>
<updated>2014-06-19T01:34:09+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-11T03:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=16884ea08e115723ca595bf29389cddef54f9c63'/>
<id>16884ea08e115723ca595bf29389cddef54f9c63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify test setup</title>
<updated>2014-06-11T00:44:46+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-10T23:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=1963974a4ce9d15415664b4acd05d674641838eb'/>
<id>1963974a4ce9d15415664b4acd05d674641838eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove rcov rake task</title>
<updated>2014-06-10T22:50:33+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-10T22:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=30d6f96be81b1202d8db9a30baacee61a4a4f7c0'/>
<id>30d6f96be81b1202d8db9a30baacee61a4a4f7c0</id>
<content type='text'>
rcov is not compatible with Ruby 2.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rcov is not compatible with Ruby 2.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ruby-prof rake task</title>
<updated>2014-06-10T22:50:33+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-10T22:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=04769734675945a9447d9ee95032e6350d48019d'/>
<id>04769734675945a9447d9ee95032e6350d48019d</id>
<content type='text'>
The areas that we are interested in optimizing for performance are
things that are invoked repeatedly, and are not evident in the test
suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The areas that we are interested in optimizing for performance are
things that are invoked repeatedly, and are not evident in the test
suite.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add deps target to tests Rakefile for needed gems.</title>
<updated>2013-04-26T21:32:26+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2013-04-26T21:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=94a944aa3fc15db0866bebb919189a933dc2715f'/>
<id>94a944aa3fc15db0866bebb919189a933dc2715f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add profiling support</title>
<updated>2012-11-18T04:59:06+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-11-18T04:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=37a1ab72375eeafe2f66c65f39f9395bc526f60e'/>
<id>37a1ab72375eeafe2f66c65f39f9395bc526f60e</id>
<content type='text'>
`rake profile` will run ruby-prof on the test suite if the ruby-prof gem
is installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`rake profile` will run ruby-prof on the test suite if the ruby-prof gem
is installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: avoid unnecessary chdir</title>
<updated>2012-08-30T05:10:02+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-08-30T05:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=4197a4872d33495183f10a9964f8fbafb3c9415c'/>
<id>4197a4872d33495183f10a9964f8fbafb3c9415c</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: support "rake rcov" if rcov is installed</title>
<updated>2012-08-29T20:56:36+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-08-29T20:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=6f1c1b96f7c5f984a082e358098f9ceabc1e5e31'/>
<id>6f1c1b96f7c5f984a082e358098f9ceabc1e5e31</id>
<content type='text'>
If the rcov gem is installed, `rake rcov` will generate a test coverage
report in the coverage directory.

I picked rcov because it is 1.8 compatible. But it could easily be
swapped out for another coverage tool.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the rcov gem is installed, `rake rcov` will generate a test coverage
report in the coverage directory.

I picked rcov because it is 1.8 compatible. But it could easily be
swapped out for another coverage tool.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
