summaryrefslogtreecommitdiff
path: root/chef/spec/unit/provider/package/dpkg_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* added assertions for dpkg providerMarc Paradise2012-05-211-2/+6
* bulk switch from ConsoleUI to EventDispatchDaniel DeLeo2012-05-101-2/+2
* update tests for semantic ui callbacksDaniel DeLeo2012-05-041-1/+2
* [CHEF-3020][RSPEC] Simplify spec_helper loadingHo-Sheng Hsiao2012-04-241-1/+1
* CHEF-2488: Handle periods in dpkg names as they are allowed by the spec.Matthew Kent2012-04-031-3/+3
* CHEF-2041: adding support for gem_package "/path/to/file.gem" along with dpk...Lamont Granquist2011-07-191-0/+24
* [providers | dpkg] Package version may contain tildesMatt Griffin2011-05-201-6/+20
* switch to rspec 2.xDaniel DeLeo2011-03-031-12/+12
* fix specs for updated contracts and overmockingDaniel DeLeo2010-06-031-171/+135
* Fix CHEF-565 and de-mockify specs a littleDan DeLeo2009-10-141-18/+13
* Make sure all Package providers run with the system's locale and not C locale.Diego Algorta2009-10-021-18/+12
* Updating the options for packages to no longer create extra spaces when optio...Adam Jacob2009-06-041-3/+3
* Added options attribute to dpkg and apt providersMiguel Cabeça2009-06-041-5/+45
* add LANG="en_US" to force output in EnglishJoshua Sierles2009-04-101-3/+6
* Changed all uses of Chef::Exception to Chef::Exceptions to avoid masking ::Ex...Christopher Brown2009-03-181-3/+3
* add spec for dpkgBryan McLellan2009-02-131-0/+177