clintoncwolfe / vagrant-rspec-ci

A simple Vagrant plugin for running integration tests on your VMs
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Vagrant upgrade #4

Closed jblancett closed 8 years ago

jblancett commented 8 years ago

This should take care of #3 @tal5ab could you let me know if this works for you as well?

tal5ab commented 8 years ago

i am sorry , i am new in gitHub What steps do i need to perform to try this build ?

jblancett commented 8 years ago

Easiest way would be to add something like this to your project's Gemfile:

group :development do
  gem "vagrant", git: "https://github.com/mitchellh/vagrant.git", tag: "v1.8.1"
end

group :plugins do
  gem "vagrant-rspec-ci", git: "https://github.com/jblancett/vagrant-rspec-ci.git", branch: "vagrant_upgrade"
end

then bundle install and run your vagrant commands with bundle exec vagrant Note: You may see warnings from vagrant about running it with bundler, just ignore.

clintoncwolfe commented 8 years ago

vagrant-rspec-ci gem version 1.1.1 has been published to rubygems.org containing this fix.