summaryrefslogtreecommitdiffstats
path: root/spec/unit/other/transaction.rb
Commit message (Collapse)AuthorAgeFilesLines
* Moving the transaction specs to the right pathLuke Kanies2009-02-111-33/+0
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing #1110 -- transactions now always make sureLuke Kanies2008-02-291-0/+5
| | | | their tags are arrays.
* Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-0/+2
| | | | | | | | | | any objects, nor does it use Puppet's RAL resources. In the process, I fixed #894 (you can now copy links) and refactored other classes as necessary. Mostly it was fixing tests. This is a squashed commit of a temporary branch, fwiw, and it also includes any fixes to the tests that were necessary to get all tests passing again.
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-1/+1
|
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-0/+26
it's time to merge it back into the indirection branch. Considering that this work was what drove me to create the indirection branch in the first place, i should now be able to merge both back in the master branch.