README.md in sensu-plugins-rspec-1.0.0 vs README.md in sensu-plugins-rspec-1.1.0
- old
+ new
@@ -21,10 +21,10 @@
`check-rspec -d /tmp/my_tests -s spec/test_one.rb`
Run tests with all options (except environment variables)
-`check-rspec -b /usr/bin/ruby -i bin/rspec -d /tmp/my_tests -s spec`
+`check-rspec -b /usr/bin/ruby -i bin/rspec -d /tmp/my_tests -s spec --proxy-client rspec-client`
Run tests with required options and multiple environment variables
`check-rspec -d /tmp/my_tests -e "aws_access_key_id=XX aws_secret_access_key=XX"``