Skip to content

Commit 468c24d

Browse files
committed
Merge pull request puppetlabs#406 from bjoernhaeuser/fix_rspec_acceptance_call
Fix how to run the acceptance tests
2 parents b550d4b + 6f5bd1a commit 468c24d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -880,11 +880,11 @@ If you want to run the system tests, make sure you also have:
880880

881881
Then run the tests using:
882882

883-
bundle exec rake spec:system
883+
bundle exec rspec spec/acceptance
884884

885885
To run the tests on different operating systems, see the sets available in .nodeset.yml and run the specific set with the following syntax:
886886

887-
RSPEC_SET=debian-607-x64 bundle exec rake spec:system
887+
RSPEC_SET=debian-607-x64 bundle exec rspec spec/acceptance
888888

889889
Transfer Notice
890890
----------------

0 commit comments

Comments
 (0)