CONTRIBUTING.md in vagrant-berkshelf-3.0.1 vs CONTRIBUTING.md in vagrant-berkshelf-4.0.0
- old
+ new
@@ -21,23 +21,23 @@
$ gem install bundler
Clone the project
- $ git clone git://github.com/berkshelf/vagrant-berkshelf.git
+ $ git clone https://github.com/berkshelf/vagrant-berkshelf.git
and run:
$ cd vagrant-berkshelf
$ bundle install
Bundler will install all gems and their dependencies required for testing and developing.
-### Running unit (RSpec) tests
+### Running tests
-One-time run with Thor
+One-time run with Rake
- $ bundle exec thor spec
+ $ bundle exec rake spec
Or you can setup a quick feedback loop with Guard
$ bundle exec guard start
guard> rspec