Skip to content

Commit

Permalink
fix path in testing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jul 26, 2022
1 parent 9907250 commit fae6bc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ also Vagrant and VirtualBox have to be installed for acceptance tests.

Required gems are installed with `bundler`:
```
cd puppet-icinga2
cd puppet-icingaweb2
pdk bundle install
```

Or just do an update:
```
cd puppet-icinga2
cd puppet-icingaweb2
pdk bundle update
```

Expand All @@ -21,7 +21,7 @@ Validation tests will check all manifests, templates and ruby files against synt

Run validation tests:
```
cd puppet-icinga2
cd puppet-icingaweb2
pdk validate
```

Expand All @@ -30,7 +30,7 @@ For unit testing we use [RSpec]. All classes, defined resource types and functio

Run unit tests:
```
cd puppet-icinga2
cd puppet-icingaweb2
pdk test unit
```

Expand Down

0 comments on commit fae6bc1

Please sign in to comment.