docs/resources/upstart_service.md.erb in inspec-2.2.55 vs docs/resources/upstart_service.md.erb in inspec-2.2.61
- old
+ new
@@ -7,9 +7,19 @@
Use the `upstart_service` InSpec audit resource to test a service using Upstart.
<br>
+## Availability
+
+### Installation
+
+This resource is distributed along with InSpec itself. You can use it automatically.
+
+### Version
+
+This resource first became available in v1.0.0 of InSpec.
+
## Syntax
An `upstart_service` resource block declares the name of a service and then one (or more) matchers to test the state of the service:
describe upstart_service('service_name') do