vagrant-rspec-ci 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/vagrant-rspec-ci/config.rb +2 -2
- data/lib/vagrant-rspec-ci/version.rb +1 -1
- metadata +2 -2
|
@@ -49,13 +49,13 @@ module VagrantPlugins
|
|
|
49
49
|
# Each of these should be an array or enumerable.
|
|
50
50
|
value = self.send(thing_sym)
|
|
51
51
|
unless value.respond_to?(:each) then
|
|
52
|
-
errors["rspec"].push("config.rspec.#{thing_sym} should be an array")
|
|
52
|
+
errors["vagrant-rspec-ci"].push("config.rspec.#{thing_sym} should be an array")
|
|
53
53
|
end
|
|
54
54
|
end
|
|
55
55
|
|
|
56
56
|
# Must find at least one of the directory defaults
|
|
57
57
|
edir = self.dirs.find {|d| File.directory?(d) }
|
|
58
|
-
errors["rspec"].push("No test directory found - candidates: #{self.dirs.join(',')}") unless edir
|
|
58
|
+
errors["vagrant-rspec-ci"].push("No test directory found - candidates: #{self.dirs.join(',')}") unless edir
|
|
59
59
|
end
|
|
60
60
|
end
|
|
61
61
|
end
|
|
@@ -2,7 +2,7 @@ module VagrantPlugins
|
|
|
2
2
|
module VagrantRspecCI
|
|
3
3
|
|
|
4
4
|
NAME = "vagrant-rspec-ci"
|
|
5
|
-
VERSION = "1.1.
|
|
5
|
+
VERSION = "1.1.2"
|
|
6
6
|
AUTHOR = "Clinton Wolfe"
|
|
7
7
|
AUTHOR_EMAIL = "clintoncwolfe [at] gmail [dot] com"
|
|
8
8
|
DESCRIPTION = "vagrant-rspec-ci is a Vagrant 1.2.x plugin for running tests against your VMs, derived from vagrant-test"
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: vagrant-rspec-ci
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.1.
|
|
5
|
+
version: 1.1.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Clinton Wolfe
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2016-
|
|
13
|
+
date: 2016-04-04 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rspec
|