Skip to content

Commit

Permalink
Do not test Chef 12 < 12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Apr 20, 2015
1 parent 0324215 commit 4dfae6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -20,8 +20,6 @@ env:
- CHEF_VERSION=12.1.1
- CHEF_VERSION=12.1.0
- CHEF_VERSION=12.0.3
- CHEF_VERSION=12.0.1
- CHEF_VERSION=12.0.0
- CHEF_VERSION=11.18.6
- CHEF_VERSION=11.18.0
- CHEF_VERSION=11.16.4
Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,12 @@ Important Notes
- **Each resource matcher is self-documented using [Yard](http://rubydoc.info/github/sethvargo/chefspec) and has a corresponding aruba test from the [examples directory](https://github.com/sethvargo/chefspec/tree/master/examples).**
- **ChefSpec aims to maintain compatability with the two most recent minor versions of Chef.** If you are running an older version of Chef it may work, or you will need to run an older version of ChefSpec.

Notes on Compatability with Chef Versions
-----------------------------------------
As a general rule, if it is tested in the Travis CI matrix, it is a supported version. The section below details any specific versions that are _not_ supported and why:

- Chef 12 prior to Chef 12.0.2 is not supported due to the lack of a declared resource type. This was fixed in [Chef 12.0.2](https://github.com/chef/chef/blob/12.0.2/lib/chef/resource.rb#L422-428).


Writing a Cookbook Example
--------------------------
Expand Down

0 comments on commit 4dfae6b

Please sign in to comment.