Skip to content

Commit 6ef70d5

Browse files
committed
Merge pull request #1051 from stevenpost/feature/doc_tests
Documentation: fix Quickstart instructions for Ruby 1.8.7 (Red Hat)
2 parents eb2aa1a + 58517ef commit 6ef70d5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2535,9 +2535,14 @@ Read the complete module [contribution guide](https://docs.puppetlabs.com/forge/
25352535
This project contains tests for both [rspec-puppet](http://rspec-puppet.com/) and [beaker-rspec](https://github.com/puppetlabs/beaker-rspec) to verify functionality. For in-depth information please see their respective documentation.
25362536

25372537
Quickstart:
2538-
2538+
Ruby > 1.8.7
25392539
gem install bundler
25402540
bundle install
25412541
bundle exec rake spec
25422542
bundle exec rspec spec/acceptance
25432543
RS_DEBUG=yes bundle exec rspec spec/acceptance
2544+
2545+
Ruby = 1.8.7
2546+
gem install bundler
2547+
bundle install --without system_tests
2548+
bundle exec rake spec

0 commit comments

Comments
 (0)