summaryrefslogtreecommitdiff
path: root/spec/unit/role_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-3/+3
* auto fixing some rubocopsLamont Granquist2016-02-091-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-10/+6
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-54/+54
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-2/+2
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-1/+1
* Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-201-1/+1
* Update to RSpec 3.Claire McQuin2014-10-291-84/+85
* My local gemset was including the `json` gem, causing these tests to be ineff...tyler-ball2014-10-071-1/+1
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-0/+4
* role_spec unit tests pass on windowsJay Mundrawala2014-09-291-0/+1
* #1739 - Add explicit testDaniel O'Connor2014-08-031-0/+6
* Merge pull request #759 from bensomers/glob_rolesClaire McQuin2014-06-161-28/+46
|\
| * Delete accidental unused line in spec fileBen Somers2014-06-121-1/+0
| * Fixed specs for Chef::Role.from_diskBen Somers2014-06-081-24/+18
| * Added duplicate role detection for Role.from_diskBen Somers2014-06-081-0/+6
| * Enabling storage of roles in subdirectoriesBen Somers2014-06-081-8/+27
* | Put cache at HOME/.chef.d if /var/chef can't be accessed.Claire McQuin2014-05-221-1/+5
|/
* Fixing role test to be compatible with last master versionBertrand Paquet2013-10-101-1/+1
* Apply comments from @btmBertrand Paquet2013-10-101-6/+0
* [CHEF-2928] Allow to use array in role_pathBertrand Paquet2013-10-101-4/+63
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+275