summaryrefslogtreecommitdiff
path: root/spec/unit/file_bucket
AgeCommit message (Expand)AuthorFilesLines
2014-08-15(PUP-1044) Make FileBucket::File use a local file whenever possibleHenrik Lindberg1-2/+2
2014-04-28(maint) replace `using_checksums_describe` with `with_digest_algorithms`Adrien Thebo2-77/+85
2014-04-28(maint) Remove redundant and useless testsAndrew Parker1-62/+6
2014-04-28(PUP-1840) Remove use of "use"Andrew Parker1-12/+0
2014-04-28(PUP-1840) Use configured digest_algorithm as default checksum_type for file ...Jared Jennings1-0/+1
2014-04-28(PUP-1840) Respect digest algorithm in filebucket dipperAdrien Thebo1-86/+86
2014-04-28(PUP-1840) Respect digest algorithm in filebucket fileAdrien Thebo1-46/+59
2014-01-06(PUP-716) Change Puppet::FileSystem::File to module methodsHenrik Lindberg1-2/+2
2013-11-08(#19447) Puppet::FileSystem::File.exist?Ethan J. Brown1-1/+1
2013-10-23(Maint) Convert uses of IO.binread to P::FS::FileAndrew Parker1-1/+1
2013-09-19(#22608) Restore the ability for master to accept pson file backupsJosh Cooper1-13/+19
2013-09-03(#22375) Prefer raw-like serialization formatJosh Cooper1-3/+19
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune2-2/+2
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune2-2/+2
2012-01-23(#11955) Refactor to use IO.binreadJosh Cooper1-1/+1
2011-12-09Fix Ruby 1.8.5-incompatible code in FileBucket::Dipper specNick Lewis1-1/+1
2011-11-01(#9983) Use binary mode when reading and writing FileBucketFilesJosh Cooper1-28/+22
2011-11-01(#9983) Read file content in binary mode when backing upJosh Cooper1-9/+9
2011-11-01(#9983) Restore files in binary modeJosh Cooper1-0/+57
2011-10-03Remove 'fails_on_windows' tag for passing testsJosh Cooper1-1/+1
2011-08-19Always put a slash between the checksum and path in filebucket URLsJacob Helwig1-1/+1
2011-08-19Clarify logic and error messages when initializing Puppet::FileBucket::FileJacob Helwig1-3/+9
2011-08-19Maint: Tagged spec tests that are known to fail on WindowsJosh Cooper1-1/+1
2011-08-19Fix tests with "relative" paths on WindowsJosh Cooper1-2/+2
2011-04-13maint: clean up the spec test headers in bulk.Daniel Pittman2-4/+2
2011-04-08maint: just require 'spec_helper', thanks rspec2Daniel Pittman2-2/+2
2011-03-07Merge branch '2.6.next' into nextMatt Robinson2-36/+1
2011-02-21(#6353) Restore the ability to store paths in the filebucketPaul Berry2-36/+1
2011-01-19Merge branch '2.6.x' into nextMatt Robinson2-167/+82
2011-01-12(#5838) Improve the quality of file bucket specs.Paul Berry1-12/+31
2011-01-12(#5838) Make file bucket dipper efficient when saving a file that already existsPaul Berry1-0/+23
2011-01-12(#5838) Implemented the "head" method for FileBucketFile::File terminus.Paul Berry2-95/+15
2011-01-12(#5838) Reworked file dipper spec to perform less stubbing.Paul Berry1-82/+32
2010-12-06maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson1-1/+1
2010-11-30Maint: Modified tests of indirector.save to call the indirection directly.Paul Berry2-17/+14
2010-11-29Maint: Refactor tests to use <class>.indirection.<method>Paul Berry2-14/+6
2010-07-09Code smell: Two space indentationMarkus Roberts2-243/+243
2010-07-09Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts1-4/+16
2010-06-28[#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2-0/+0
2010-06-28[#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2-0/+0
2010-06-23[#3994] rename the specs to have _spec.rb at the endMarkus Roberts2-0/+0
2010-02-17For #3822 - Reducing checksum code duplicationLuke Kanies1-87/+78
2010-04-10Fix tests that use or stub find_by_checksum, which I just changed theJesse Wolfe1-6/+6
2010-02-17REST FileBucket: REST barfs on relative pathsJesse Wolfe1-0/+6
2010-02-17REST: hide Request objectJesse Wolfe1-8/+2
2010-02-17Fix tests on #3347Jesse Wolfe1-0/+110
2010-02-17Feature #3347 REST-ified FileBucketJesse Wolfe1-0/+239