summaryrefslogtreecommitdiff
path: root/acceptance/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance/README.md')
-rw-r--r--acceptance/README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/acceptance/README.md b/acceptance/README.md
index b14fbbb376..5f6bfc45ba 100644
--- a/acceptance/README.md
+++ b/acceptance/README.md
@@ -6,12 +6,20 @@ release readiness.
The tests use the _chef-acceptance_ gem as the high level framework.
All the gems needed to run these tests can be installed with Bundler.
+### Important Note!
+Before running chef-acceptance, you *MUST* do the following on your current session:
+
+```
+export APPBUNDLER_ALLOW_RVM=true
+```
+
+### Setting up and running a test suite
+To get started, do a bundle install from the acceptance directory:
```shell
chef/acceptance$ bundle install
```
-To ensure everything is working properly, run:
-
+To get some basic info and ensure chef-acceptance can be run, do:
```shell
chef/acceptance$ bundle exec chef-acceptance info
```
@@ -20,11 +28,3 @@ To run a particular test suite, do the following:
```shell
chef/acceptance$ bundle exec chef-acceptance test TEST_SUITE
```
-
-### Important Note!
-
-Before running chef-acceptance, you *MUST* do the following on your current session:
-
-```
-export APPBUNDLER_ALLOW_RVM=true
-```