Skip to content

Commit 6f5bd1a

Browse files
committed
Fix how to run the acceptance tests
1 parent b550d4b commit 6f5bd1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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)