Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add :organization and :data_scope options to with_chef_serverjk/org_and_scope | John Keiser | 2015-03-19 | 1 | -222/+225 |
| | | | | | - :organization => 'org' lets you specify that an org should be created and pointed at - :data_scope => :context lets you specify that the server and any data should be kept around for the entire example group | ||||
* | Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-json | tyler-ball | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Add default for cookbook() | John Keiser | 2014-08-29 | 1 | -3/+12 |
| | |||||
* | Fix invite and org membership rspec data loading | John Keiser | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | Add organization, acl, group, container rspec macrosrspec_enterprise | John Keiser | 2014-08-26 | 1 | -37/+158 |
| | |||||
* | Add APIs for enterprisey things | John Keiser | 2014-08-22 | 1 | -8/+55 |
| | |||||
* | rspec: Default port to 8900, check if options are right | John Keiser | 2014-05-27 | 1 | -7/+12 |
| | |||||
* | Allow custom server options in rspec helper moduleconfigure-rspec-opts | danielsdeleo | 2013-11-18 | 1 | -1/+12 |
| | |||||
* | Allow cookbook NAME, VERSION, { :frozen => true } | John Keiser | 2013-06-03 | 1 | -2/+2 |
| | |||||
* | Don't require thin with chef_zero/rspec | John Keiser | 2013-05-19 | 1 | -1/+0 |
| | |||||
* | Don't need silent option anymore [ci skip] | Seth Vargo | 2013-05-19 | 1 | -1/+0 |
| | |||||
* | Try replacing Thin with Puma | Seth Vargo | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | configure Chef::Config within when_the_chef_server block if the | Jamie Winsor | 2013-05-08 | 1 | -0/+18 |
| | | | | constant is defined | ||||
* | remove dependency on Chef::Config | Jamie Winsor | 2013-05-05 | 1 | -15/+0 |
| | | | | | | this also removes automatic configuration of the Chef::Config singleton within an RSpec "when the chef server" contextual block. Since ChefZero isn't just for testing Knife this should not be a problem. | ||||
* | Add support for request/response verification to rspec api | jkeiser | 2013-01-20 | 1 | -1/+12 |
| | |||||
* | Make ChefZero::RSpec work with Ruby 1.8.7 | jkeiser | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Make failing tests quicker by setting retries=0 | jkeiser | 2013-01-11 | 1 | -0/+1 |
| | |||||
* | Allow tags in rspec DSL, clear Chef::Config after each test | jkeiser | 2013-01-04 | 1 | -2/+11 |
| | |||||
* | Let rspec handle ctrl+c, not Thin | jkeiser | 2012-12-31 | 1 | -1/+1 |
| | |||||
* | Make rspec api only start up server once | jkeiser | 2012-12-31 | 1 | -29/+45 |
| | |||||
* | Add RSpec DSL for working with a ChefZero server | jkeiser | 2012-12-23 | 1 | -0/+69 |