Merge pull request #406 from bjoernhaeuser/fix_rspec_acceptance_call
Fix how to run the acceptance tests
This commit is contained in:
commit
468c24d87a
1 changed files with 2 additions and 2 deletions
|
@ -880,11 +880,11 @@ If you want to run the system tests, make sure you also have:
|
||||||
|
|
||||||
Then run the tests using:
|
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:
|
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
|
Transfer Notice
|
||||||
----------------
|
----------------
|
||||||
|
|
Loading…
Reference in a new issue