Skip to content

Commit

Permalink
Dont manage .rspec{,_parallel} anymore
Browse files Browse the repository at this point in the history
requires puppetlabs/puppetlabs_spec_helper#451
since puppetlabs/puppetlabs_spec_helper#446 the
rake task configures the output so we don't need .rspec_parallel
anymore.

Requires also puppetlabs/puppetlabs_spec_helper#452
  • Loading branch information
bastelfreak committed May 23, 2024
1 parent d901709 commit a83c58f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
6 changes: 5 additions & 1 deletion config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gemfile:
required:
':test':
- gem: voxpupuli-test
version: '~> 7.0'
version: '~> 7.2'
- gem: coveralls
- gem: simplecov-console
- gem: puppet_metadata
Expand Down Expand Up @@ -149,5 +149,9 @@ Dockerfile:
delete: true
.pcci.yml:
delete: true
.rspec_parallel:
delete: true
.rspec:
delete: true
...
# vim: syntax=yaml
5 changes: 0 additions & 5 deletions moduleroot/.rspec.erb

This file was deleted.

4 changes: 0 additions & 4 deletions moduleroot/.rspec_parallel.erb

This file was deleted.

0 comments on commit a83c58f

Please sign in to comment.