README: Rakefile no longer provide test run. Switch to rspec

This commit is contained in:
Maxim Petrunin
2015-10-22 08:43:06 +03:00
parent 71e82ca8e5
commit f9827479c6

View File

@@ -621,10 +621,10 @@ $ cd vagrant-libvirt
$ bundle install $ bundle install
``` ```
Once you have the dependencies, verify the unit tests pass with `rake`: Once you have the dependencies, verify the unit tests pass with `rspec`:
``` ```
$ bundle exec rake $ bundle exec rspec spec/
``` ```
If those pass, you're ready to start developing the plugin. You can test If those pass, you're ready to start developing the plugin. You can test