We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b550d4b + 6f5bd1a commit 468c24dCopy full SHA for 468c24d
README.md
@@ -880,11 +880,11 @@ If you want to run the system tests, make sure you also have:
880
881
Then run the tests using:
882
883
- bundle exec rake spec:system
+ bundle exec rspec spec/acceptance
884
885
To run the tests on different operating systems, see the sets available in .nodeset.yml and run the specific set with the following syntax:
886
887
- RSPEC_SET=debian-607-x64 bundle exec rake spec:system
+ RSPEC_SET=debian-607-x64 bundle exec rspec spec/acceptance
888
889
Transfer Notice
890
----------------
0 commit comments