Merge pull request #489 from petRUShka/readme_development

README: Rakefile no longer provide test run. Switch to rspec
This commit is contained in:
Dmitry Vasilets
2015-10-23 10:46:18 +02:00

View File

@@ -621,10 +621,10 @@ $ cd vagrant-libvirt
$ 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