summaryrefslogtreecommitdiff
path: root/chef/spec/unit/provider/package/rubygems_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-614/+0
* Merge branch 'master' into whyrunMarc Paradise2012-05-181-2/+2
|\
| * CHEF-3081: Gem::Specification.find_all_by_name expects a requirement, not a G...Bryan McLellan2012-05-101-2/+2
* | clean up specs after integrationDaniel DeLeo2012-05-111-1/+0
* | fixed incorrect tests for rubygemsMarc Paradise2012-05-111-0/+1
* | Fixed failing rubygems_spec testsMarc Paradise2012-05-111-0/+2
* | bulk switch from ConsoleUI to EventDispatchDaniel DeLeo2012-05-101-2/+2
* | update tests for semantic ui callbacksDaniel DeLeo2012-05-041-1/+21
|/
* CHEF-3055: update unit tests for new Omnibus Client pathBryan McLellan2012-04-241-3/+3
* [CHEF-3020][RSPEC] Simplify spec_helper loadingHo-Sheng Hsiao2012-04-241-1/+1
* [CHEF-1408] Minor spec clean-up.Igor Afonov2012-04-231-2/+0
* [CHEF-1408] Specs for rubygems version comparison support.Igor Afonov2012-04-231-1/+17
* Add unit tests for installing a gem file with an alternate gem environment.Douglas Thrift2012-04-051-0/+19
* CHEF-2328: Stop some rubygems deprecation warnings by using currentMatthew Kent2012-04-031-5/+20
* protect rubygems spec tests from omnibus overrideBryan McLellan2012-01-311-0/+2
* spec tests for CHEF-2879 working for windows on unix, but need further testingBryan McLellan2012-01-251-0/+26
* 'which' command does not existin on Windows...but 'where' does! :)Seth Chisamore2011-12-081-2/+6
* [CHEF-2532] clean up leaky output when running specsTommy Bishop2011-09-301-1/+1
* Fix Rspec constant deprecation messageBryan McLellan2011-07-261-1/+1
* CHEF-2041: adding support for gem_package "/path/to/file.gem" along with dpk...Lamont Granquist2011-07-191-0/+17
* CHEF-2350: use rspec-core for rubygems test rather than rspec to matche RSpec...Bryan McLellan2011-05-171-34/+27
* [CHEF-1600] Don't force rubygems.org as a gem sourceDaniel DeLeo2011-03-171-2/+2
* switch to rspec 2.xDaniel DeLeo2011-03-031-16/+37
* [CHEF-1309] specs run on older gems + bugfix for older gemsDaniel DeLeo2010-06-101-13/+27
* remove Resource#to_text that's for another timeDaniel DeLeo2010-06-031-17/+0
* force eager loading of rubygems' configurationDaniel DeLeo2010-06-031-0/+5
* last tests for new rubygems providerDaniel DeLeo2010-06-031-24/+12
* almost completed rubygems provider rewriteDaniel DeLeo2010-06-031-15/+132
* more WIP on rubygems provider via APIDaniel DeLeo2010-06-031-32/+268
* rubygems rewrite WIPDaniel DeLeo2010-06-031-42/+103
* fix method signaturesDaniel DeLeo2010-06-031-1/+2
* [CHEF-1168] ignore arch info when parsing rubygems list outputDaniel DeLeo2010-05-021-2/+22
* [CHEF-1168] start by cleaning up the specsDaniel DeLeo2010-05-021-42/+28
* support arbitrary cli opts in rubygems providerDan DeLeo2009-10-171-9/+9
* CHEF-293: related spec failAJ Christensen2009-10-021-2/+5
* Spec to demonstrate that the version is now being quoted.Graeme Mathieson2009-09-041-0/+23
* * Added support for passing a custom gem_binary option to gem_package recipes.David Balatero2009-04-291-0/+44