vagrant-rspec-ci 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -0
- data/lib/vagrant-rspec-ci.rb +1 -4
- metadata +1 -1
data/README.md
CHANGED
data/lib/vagrant-rspec-ci.rb
CHANGED
@@ -6,13 +6,10 @@ require "vagrant-rspec-ci/config"
|
|
6
6
|
require "vagrant-rspec-ci/command"
|
7
7
|
|
8
8
|
|
9
|
-
|
10
|
-
require "pry-debugger"
|
11
|
-
|
12
9
|
module VagrantRspecCI
|
13
10
|
|
14
11
|
NAME = "vagrant-rspec-ci"
|
15
|
-
VERSION = "0.0.
|
12
|
+
VERSION = "0.0.3"
|
16
13
|
AUTHOR = "Clinton Wolfe"
|
17
14
|
AUTHOR_EMAIL = "clintoncwolfe [at] gmail [dot] com"
|
18
15
|
DESCRIPTION = "vagrant-rspec-ci is a Vagrant plugin for running tests against your VMs, derived from vagrant-test"
|