<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet.git/spec/Rakefile, branch master</title>
<subtitle>Puppet repo</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/'/>
<entry>
<title>maint: Remove unused Rakefile in spec directory</title>
<updated>2011-01-11T23:53:02+00:00</updated>
<author>
<name>Matt Robinson</name>
<email>matt@puppetlabs.com</email>
</author>
<published>2011-01-11T23:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=4efc98a88385815913c193615c5c50e2d0680411'/>
<id>4efc98a88385815913c193615c5c50e2d0680411</id>
<content type='text'>
The Rakefile just created rake tasks so that you could run all the specs
in a subdirectory.  However, rspec already allows you to just give the
subdirectory as an argument and does the same thing, so these rake tasks
were unecessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Rakefile just created rake tasks so that you could run all the specs
in a subdirectory.  However, rspec already allows you to just give the
subdirectory as an argument and does the same thing, so these rake tasks
were unecessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #2174 - Fix RSpec rake targets</title>
<updated>2009-04-19T16:53:10+00:00</updated>
<author>
<name>Brice Figureau</name>
<email>brice-puppet@daysofwonder.com</email>
</author>
<published>2009-04-19T16:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=424c87b953f469cf4818236b74b5c2a0f9712f7d'/>
<id>424c87b953f469cf4818236b74b5c2a0f9712f7d</id>
<content type='text'>
The target generation was wrong, as it created some
strange target for isolated test files.
It now creates two types of targets:

* directory targets, like:
rake integration/network/server
or
rake unit/network

Those run all tests in a specific directory

* spec targets like:
rake unit:indirector:catalog:yaml
or
rake unit:parser:ast:definition

Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The target generation was wrong, as it created some
strange target for isolated test files.
It now creates two types of targets:

* directory targets, like:
rake integration/network/server
or
rake unit/network

Those run all tests in a specific directory

* spec targets like:
rake unit:indirector:catalog:yaml
or
rake unit:parser:ast:definition

Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1788 - allow rspec rake to run only some tests</title>
<updated>2008-12-01T22:15:05+00:00</updated>
<author>
<name>Brice Figureau</name>
<email>brice-puppet@daysofwonder.com</email>
</author>
<published>2008-12-01T19:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=3570c71cf41a1705f36e48724012661dbca42b84'/>
<id>3570c71cf41a1705f36e48724012661dbca42b84</id>
<content type='text'>
Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Brice Figureau &lt;brice-puppet@daysofwonder.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing the Rakefile so all tests run in one task instead</title>
<updated>2008-02-13T04:53:19+00:00</updated>
<author>
<name>Luke Kanies</name>
<email>luke@madstop.com</email>
</author>
<published>2008-02-13T04:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=12fa0fa387798e017641d7df8cf6cdc060032aed'/>
<id>12fa0fa387798e017641d7df8cf6cdc060032aed</id>
<content type='text'>
of multiple.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of multiple.
</pre>
</div>
</content>
</entry>
<entry>
<title>Trying to upgrade rspec, but not having much luck.</title>
<updated>2008-02-13T04:11:30+00:00</updated>
<author>
<name>Luke Kanies</name>
<email>luke@madstop.com</email>
</author>
<published>2008-02-13T04:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=1b90f7f8b523b32439e17f27b9f924bea8f1e74b'/>
<id>1b90f7f8b523b32439e17f27b9f924bea8f1e74b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding the integration tests to the Rakefile for spec,</title>
<updated>2007-10-04T22:07:47+00:00</updated>
<author>
<name>Luke Kanies</name>
<email>luke@madstop.com</email>
</author>
<published>2007-10-04T22:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=1fa591287a4ab921cec628aa0c5bf58d61fbdef2'/>
<id>1fa591287a4ab921cec628aa0c5bf58d61fbdef2</id>
<content type='text'>
fixing the integration tests, and extending the Classmethods
for the indirector so that indirected classes can set the
terminus class and cache class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixing the integration tests, and extending the Classmethods
for the indirector so that indirected classes can set the
terminus class and cache class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Another intermediate commit.  The node and fact classes are now functional and are used instead of the network handlers, which have been removed.  There are some failing tests as a result, but I want to get this code committed before I massage the rest of the system to make it work again.</title>
<updated>2007-09-12T20:32:25+00:00</updated>
<author>
<name>Luke Kanies</name>
<email>luke@madstop.com</email>
</author>
<published>2007-09-12T20:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=a6fe70054f4fb3efe4d558ffdd244917ca1c6f9c'/>
<id>a6fe70054f4fb3efe4d558ffdd244917ca1c6f9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Oops, left out the spec rake file from the main spec commit</title>
<updated>2007-08-23T16:52:58+00:00</updated>
<author>
<name>Luke Kanies</name>
<email>luke@madstop.com</email>
</author>
<published>2007-08-23T16:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=3d68ed66ca7545c26b83a4c921d21f5aad710ee0'/>
<id>3d68ed66ca7545c26b83a4c921d21f5aad710ee0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Building a stand-alone spec directory for creating the new spec-based tests.</title>
<updated>2007-08-23T16:52:31+00:00</updated>
<author>
<name>Luke Kanies</name>
<email>luke@madstop.com</email>
</author>
<published>2007-08-23T16:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ricky/public_git/puppet.git/commit/?id=58494cc8566da04711715e54274f472377b1aba0'/>
<id>58494cc8566da04711715e54274f472377b1aba0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
