README.md in vagrant-ssh-1.0.2 vs README.md in vagrant-ssh-2.0.0

- old
+ new

@@ -24,5 +24,25 @@ @ssh = VagrantSsh::Shell.new('33.33.33.33') @ssh.execute 'whoami' => I, [2015-07-13T16:42:25.127602 #82100] INFO -- : Executing SSH command: whoami => I, [2015-07-13T16:42:25.142657 #82100] INFO -- : vagrant ``` + +## Running the tests + +Before running the tests, you need to create the Vagrant VM. + +```bash +$ rake create_vm +``` + +You can then run the tests. + +```bash +$ rake spec +``` + +Afterwards, you may want to destroy the Vagrant VM created above. + +```bash +$ rake destroy_vm +```