summaryrefslogtreecommitdiff
path: root/lib/chef_zero/rspec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add :organization and :data_scope options to with_chef_serverjk/org_and_scopeJohn Keiser2015-03-191-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-jsontyler-ball2014-09-261-1/+1
|
* Add default for cookbook()John Keiser2014-08-291-3/+12
|
* Fix invite and org membership rspec data loadingJohn Keiser2014-08-261-1/+1
|
* Add organization, acl, group, container rspec macrosrspec_enterpriseJohn Keiser2014-08-261-37/+158
|
* Add APIs for enterprisey thingsJohn Keiser2014-08-221-8/+55
|
* rspec: Default port to 8900, check if options are rightJohn Keiser2014-05-271-7/+12
|
* Allow custom server options in rspec helper moduleconfigure-rspec-optsdanielsdeleo2013-11-181-1/+12
|
* Allow cookbook NAME, VERSION, { :frozen => true }John Keiser2013-06-031-2/+2
|
* Don't require thin with chef_zero/rspecJohn Keiser2013-05-191-1/+0
|
* Don't need silent option anymore [ci skip]Seth Vargo2013-05-191-1/+0
|
* Try replacing Thin with PumaSeth Vargo2013-05-191-1/+1
|
* configure Chef::Config within when_the_chef_server block if theJamie Winsor2013-05-081-0/+18
| | | | constant is defined
* remove dependency on Chef::ConfigJamie Winsor2013-05-051-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 apijkeiser2013-01-201-1/+12
|
* Make ChefZero::RSpec work with Ruby 1.8.7jkeiser2013-01-171-1/+1
|
* Make failing tests quicker by setting retries=0jkeiser2013-01-111-0/+1
|
* Allow tags in rspec DSL, clear Chef::Config after each testjkeiser2013-01-041-2/+11
|
* Let rspec handle ctrl+c, not Thinjkeiser2012-12-311-1/+1
|
* Make rspec api only start up server oncejkeiser2012-12-311-29/+45
|
* Add RSpec DSL for working with a ChefZero serverjkeiser2012-12-231-0/+69