Fix how to run the acceptance tests

This commit is contained in:
Björn Häuser 2014-04-24 22:10:18 +02:00
parent b550d4ba6e
commit 6f5bd1aa4e

View file

@ -880,11 +880,11 @@ If you want to run the system tests, make sure you also have:
Then run the tests using:
bundle exec rake spec:system
bundle exec rspec spec/acceptance
To run the tests on different operating systems, see the sets available in .nodeset.yml and run the specific set with the following syntax:
RSPEC_SET=debian-607-x64 bundle exec rake spec:system
RSPEC_SET=debian-607-x64 bundle exec rspec spec/acceptance
Transfer Notice
----------------