Restructure chef rspecs to match code structure
Moving around the chef rspec tests allows developers to more easily discover and maintain them. Additionally, this restructuring clears the path to use projectionist and more clearly see if any test coverage is missing. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6721 Signed-off-by:Balasankar "Balu" C <balasankar@gitlab.com>
parent
f8db0051e33f
No related branches found
No related tags found
Showing
- .projections.json.example 24 additions, 0 deletions.projections.json.example
- .rubocop_todo.yml 20 additions, 20 deletions.rubocop_todo.yml
- spec/chef/consul/libraries/consul_helper_spec.rb 0 additions, 162 deletionsspec/chef/consul/libraries/consul_helper_spec.rb
- spec/chef/consul/libraries/failover_helper_spec.rb 0 additions, 176 deletionsspec/chef/consul/libraries/failover_helper_spec.rb
- spec/chef/consul/recipes/configure_services_spec.rb 0 additions, 39 deletionsspec/chef/consul/recipes/configure_services_spec.rb
- spec/chef/consul/recipes/consul_spec.rb 0 additions, 359 deletionsspec/chef/consul/recipes/consul_spec.rb
- spec/chef/consul/recipes/consul_watcher_spec.rb 0 additions, 42 deletionsspec/chef/consul/recipes/consul_watcher_spec.rb
- spec/chef/consul/recipes/disable_service_postgresql_spec.rb 0 additions, 24 deletionsspec/chef/consul/recipes/disable_service_postgresql_spec.rb
- spec/chef/consul/recipes/enable_service_postgresq_spec.rb 0 additions, 80 deletionsspec/chef/consul/recipes/enable_service_postgresq_spec.rb
- spec/chef/consul/resources/consul_service_spec.rb 0 additions, 74 deletionsspec/chef/consul/resources/consul_service_spec.rb
- spec/chef/cookbooks/consul/libraries/consul_helper_spec.rb 162 additions, 0 deletionsspec/chef/cookbooks/consul/libraries/consul_helper_spec.rb
- spec/chef/cookbooks/consul/libraries/failover_helper_spec.rb 176 additions, 0 deletionsspec/chef/cookbooks/consul/libraries/failover_helper_spec.rb
- spec/chef/cookbooks/consul/recipes/configure_services_spec.rb 39 additions, 0 deletions.../chef/cookbooks/consul/recipes/configure_services_spec.rb
- spec/chef/cookbooks/consul/recipes/consul_spec.rb 359 additions, 0 deletionsspec/chef/cookbooks/consul/recipes/consul_spec.rb
- spec/chef/cookbooks/consul/recipes/consul_watcher_spec.rb 42 additions, 0 deletionsspec/chef/cookbooks/consul/recipes/consul_watcher_spec.rb
- spec/chef/cookbooks/consul/recipes/disable_service_postgresql_spec.rb 24 additions, 0 deletions...okbooks/consul/recipes/disable_service_postgresql_spec.rb
- spec/chef/cookbooks/consul/recipes/enable_service_postgresq_spec.rb 80 additions, 0 deletions...cookbooks/consul/recipes/enable_service_postgresq_spec.rb
- spec/chef/cookbooks/consul/resources/consul_service_spec.rb 74 additions, 0 deletionsspec/chef/cookbooks/consul/resources/consul_service_spec.rb
- spec/chef/cookbooks/crond/recipes/crond_enable_spec.rb 24 additions, 0 deletionsspec/chef/cookbooks/crond/recipes/crond_enable_spec.rb
- spec/chef/cookbooks/crond/resources/crond_job_spec.rb 69 additions, 0 deletionsspec/chef/cookbooks/crond/resources/crond_job_spec.rb
Loading
Please register or sign in to comment