summaryrefslogtreecommitdiff
path: root/chef/spec/unit/provider/package/freebsd_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-259/+0
* bulk switch from ConsoleUI to EventDispatchDaniel DeLeo2012-05-101-2/+2
* update tests for semantic ui callbacksDaniel DeLeo2012-05-041-1/+2
* CHEF-1251: fix up test when building from portsBryan McLellan2012-04-261-1/+3
* [CHEF-3020][RSPEC] Simplify spec_helper loadingHo-Sheng Hsiao2012-04-241-1/+1
* [CHEF-2634] Update spec tests to new provider syntaxBryan McLellan2011-11-281-2/+2
* CHEF-2634: fix regression introduced by CHEF-1413, specsAJ Christensen2011-11-091-3/+4
* CHEF-2235: Set timeout for freebsd port compile to 20 minsNuo Yan2011-06-031-4/+4
* CHEF-1413: Fix spec to work with -f /path/to/MakefileRenaud Chaput2011-05-201-4/+4
* convert freebsd pkgs to shell_out, fix method signaturesDaniel DeLeo2010-06-031-220/+223
* DO NOT STUB THE VALUE OBJECTS EVERDaniel DeLeo2010-06-031-5/+5
* [CHEF-489] all specs pass on 1.8.7 and 1.9.1Daniel DeLeo2010-05-011-113/+51
* mock resources need a cookbook_nameDaniel DeLeo2009-10-021-3/+9
* Make sure all Package providers run with the system's locale and not C locale.Diego Algorta2009-10-021-7/+7
* CHEF-177 For FreeBSD package provider can now optionally give path to ports d...Matthew Landauer2009-03-131-0/+23
* Updated authorsMatthew Landauer2009-03-131-2/+3
* Now uses "LATEST_LINK" variable from ports Makefile to determine name to use ...Matthew Landauer2009-03-111-0/+71
* Alternative fix for CHEF-69 which does not require the same level of magic in...Matthew Landauer2009-03-111-9/+17
* Don't need to pass parameter to ports_candidate_version anymoreMatthew Landauer2009-03-111-3/+3
* current_installed_version doesn't need a parameter anymoreMatthew Landauer2009-03-111-6/+13
* method port_path doesn't need to be passed the port_name anymoreMatthew Landauer2009-03-111-9/+5
* Fix parsing of source when package name has a dash (-) in itMatthew Landauer2009-03-111-0/+33
* Extracted method port_name and added test for installing from portsMatthew Landauer2009-03-111-0/+8
* Added fixed spec back in for one inadvertantly removed in last commitMatthew Landauer2009-02-261-0/+8
* Fix CHEF-118 by using "make -V PORTVERSION" in ports directory to extract can...Matthew Landauer2009-02-191-5/+0
* Quoting parameter of pkg_info command to stop expansion by shellMatthew Landauer2009-02-191-2/+2
* Fixed up specs by seperately testing extracted methodsMatthew Landauer2009-02-191-23/+42
* add ports support + misc options to freebsd providerBryan McLellan2009-01-301-0/+9
* rename Pkg provider to FreebsdBryan McLellan2009-01-301-0/+130