You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `fixtures.yml`.
* Add `default_module_facts.yml` with `staging_http_get` fact.
* Rubocop fixes in `spec/classes/example_spec.rb`.
* Remove completely broken tests.
Looks like there aren't really any tests and
`spec/classes/example_spec.rb` is just boilerplate/skeleton.
For instance there is no `config.pp` manifest, so
```ruby
it { is_expected.to contain_class('splunk::config') }
```
was never going to pass!
Signed-off-by: Alexander Fisher <alex@linfratech.co.uk>
0 commit comments