Fix example command in README for running system tests on a distro

This commit is contained in:
Chris Price 2013-05-06 10:41:08 -07:00
parent 5dd462157b
commit d7cce420d9

View file

@ -519,7 +519,7 @@ Run the system tests:
The system test suite will snapshot the VM and rollback between each test. If you want to only run the tests against an individual distro, you can do run:
$ rspec spec/distros/ubuntu_lucid_64
$ rspec spec/system/distros/ubuntu_lucid_64
We also have some unit tests that utilize rspec-puppet for faster iteration if required: