mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
README: Rakefile no longer provide test run. Switch to rspec
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user