summaryrefslogtreecommitdiff
path: root/spec/integration/type/file_spec.rb
AgeCommit message (Expand)AuthorFilesLines
2014-08-27(PUP-2349) Specify mode as an octal string consistently in spec manifest snip...Kylo Ginsberg1-2/+2
2014-06-30(PUP-392) FFI ADSI GetComputerName /Add Group SIDEthan J. Brown1-1/+1
2014-06-26(PUP-2521) Don't use windows-pr constantsEthan J. Brown1-8/+9
2014-06-19(PUP-839) Remove SID mixin from SecurityEthan J. Brown1-3/+3
2014-04-28(maint) replace `using_checksums_describe` with `with_digest_algorithms`Adrien Thebo1-72/+74
2014-04-28(PUP-1840) Use configured digest_algorithm as default checksum_type for file ...Jared Jennings1-9/+9
2014-02-12PUP-1681 Stat doesn't expose correct mode on WinEthan J. Brown1-2/+4
2014-02-12(PUP-1670) Add validate_cmd parameter to file typeErik Dalén1-0/+18
2014-01-06(PUP-716) Change Puppet::FileSystem::File to module methodsHenrik Lindberg1-39/+39
2013-12-26Merge branch 'stable'Matthaus Owens1-14/+0
2013-12-24(#23343) Use `replace_file` to update a file's contentsAndrew Parker1-14/+0
2013-12-20(PUP-1133) Reset permission on Windows test filesEthan J. Brown1-0/+13
2013-12-19(maint) Windows file provider :links => :followEthan J. Brown1-0/+40
2013-11-26(#11563) Implement pending tests for when permissions are insyncJosh Cooper1-2/+56
2013-11-26(#11563) Only rewrite the DACL if the mode changesJosh Cooper1-13/+12
2013-11-26(Maint) Refactor method names in file_specEthan J. Brown1-8/+16
2013-11-25(Maint) Refactor expectations for at least one inherited system aceJosh Cooper1-18/+14
2013-11-25(Maint) Refactor expectations when system granted full access explicitlyJosh Cooper1-32/+16
2013-11-25(Maint) Be more explicit about when the SYSTEM ACE is overwrittenJosh Cooper1-81/+102
2013-11-20(#15559) Windows security test fails under SYSTEMEthan J. Brown1-8/+26
2013-11-19(Maint) Trailing comma doesn't work in ruby 187Josh Cooper1-1/+1
2013-11-19(#15559) Ensure SYSTEM has full control unless specified otherwiseEthan J. Brown1-0/+162
2013-11-08(#19447) Puppet::FileSystem::File.exist?Ethan J. Brown1-19/+19
2013-11-08(#19447) Puppet::FileSystem::File#stat / lstatEthan J. Brown1-11/+11
2013-11-08(#19447) Puppet::FileSystem::File#readlinkEthan J. Brown1-2/+2
2013-11-08(#19447) Puppet::FileSystem::File#symlink(?)Ethan J. Brown1-7/+7
2013-11-08(#19447) Add :manages_symlinks to file typeIristyle1-3/+3
2013-10-23(Maint) Convert uses of IO.binread to P::FS::FileAndrew Parker1-3/+3
2013-09-06(maint) Windows failing spec fixesIristyle1-2/+2
2013-07-15(maint) Expect unused filebucket to be absentAdrien Thebo1-1/+1
2013-03-14(#7680) Update tests for changed behaviour after bugfixChris Boot1-21/+21
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune1-1/+1
2012-07-17Merge branch '2.7.x' into 3.xJosh Cooper1-6/+45
2012-07-16Merge pull request #864 from stschulte/ticket/2.7.x/14531Kelsey Hightower1-7/+15
2012-07-16Merge pull request #805 from stschulte/ticket/2.7.x/14599Kelsey Hightower1-0/+25
2012-07-16Merge pull request #869 from stschulte/ticket/2.7.x/14600Kelsey Hightower1-3/+7
2012-07-11Merge commit 'ecc52ed' into 3.0rcPatrick Carlisle1-2/+2
2012-07-10Fix all trivial "should to must" errors in our tests.Daniel Pittman1-2/+2
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune1-1/+1
2012-06-26(Maint) Attempt to fix flickering testAndrew Parker1-132/+99
2012-06-20(#14600) Fix cleanup of tempfiles in file_specStefan Schulte1-3/+7
2012-06-18(#14531) Change default ensure value from symlink to linkStefan Schulte1-7/+15
2012-05-21(#14599) Handle ENOTDIR in file typeStefan Schulte1-0/+25
2012-01-23(#11955) Refactor to use IO.binreadJosh Cooper1-1/+1
2011-11-11(#10614) Provide default metadata values for Windows ACLsJosh Cooper1-0/+63
2011-11-01(#9983) Read file content in binary mode when backing upJosh Cooper1-2/+2
2011-10-31(#10269) Make directories executable so they can be cleaned upJosh Cooper1-0/+8
2011-10-31(#10365) Add pending test when file overwrites an executable directoryJosh Cooper1-0/+12
2011-10-31(#10315) Add pending tests when following symlinksJosh Cooper1-0/+51
2011-10-31(#10269) Search bit not set on newly created directoriesJosh Cooper1-0/+186