Skip to content

Commit 8da35fb

Browse files
committed
Merge pull request #31 from rndmh3ro/patch-1
Fix typos
2 parents fab50a1 + 830748e commit 8da35fb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@ This are the integration tests for the projects
66
- https://github.com/hardening-io/puppet-os-hardening
77
- https://github.com/hardening-io/chef-os-hardening
88
- https://github.com/hardening-io/ansible-os-hardening
9-
-
10-
they start at `integration` level
9+
10+
They start at `integration` level.
1111

1212
you can use the gem `kitchen-sharedtests`
1313

1414
- https://github.com/ehaselwanter/kitchen-sharedtests/
1515

16-
to make them available to your project. Use `thor kitchen:fetch-remote-tests` to put the repo into `test/integration`
16+
to make them available to your project. Use `thor kitchen:fetch-remote-tests` to put the repo into `test/integration`.
1717

1818
## Standalone Usage
1919

20-
you can target the integration tests to any host were you have ssh access
20+
You can target the integration tests to any host where you have ssh access.
2121

22-
rake -T gives you a list of suites you can run (well ignore directories which are obviously not suites for now)
22+
`rake -T` gives you a list of suites you can run (we'll ignore directories which are obviously not suites for now)
2323

2424
```
2525
± rake -T
2626
rake serverspec:data_bags # Run serverspec suite data_bags
2727
rake serverspec:default # Run serverspec suite default
2828
```
2929

30-
run it with:
30+
Run it with:
3131

3232
```
3333
bundle install
@@ -41,5 +41,5 @@ bundle exec rake serverspec:default target_host=<name-or-ip-of-target-server>
4141
ASK_LOGIN_PASSWORD=true bundle exec rake serverspec:default target_host=192.168.1.222 user=stack
4242
```
4343

44-
add `format=html|json` to get a report.html or report.json document
44+
Add `format=html|json` to get a report.html or report.json document.
4545

0 commit comments

Comments
 (0)