beaker-rspec 2.2.6 → 3.0.0
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.
- checksums.yaml +8 -8
- data/beaker-rspec.gemspec +1 -1
- data/lib/beaker-rspec/beaker_shim.rb +0 -13
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MTQ4MGY1OWQyMDdkNGY0ZjljYWJlZjY5MDA2YTc0NzgwYzU0ZDNlZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NmI4YzhjNDdlZjAzZWU2M2ZlOWIwNGFlNGFiMTQ5NmMxNGNiYTYwNg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NzIyNDIyMzJiOTU2ZDU3MmRiYmQ3ODljNTU2YWZkMmMyNmI5NjEyYmViNTdj
|
|
10
|
+
ZWI1ZDVkZWVmN2YwOGQ0MTI3Y2EwMTRhYjViYzI4NGNkOGI4ZjZlNzJiM2Rk
|
|
11
|
+
OGM3NzhmODlhNjZkODQ1NzUwN2ZlNzY4ZGQ2MzVkZTM4NGI3Mjk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZWM2MDc3M2MzNDY5OTg1ZDc1NTg5ZDJiMTIwM2M3Zjg4MTQxMTYyZDQ3OGU4
|
|
14
|
+
ZmZhYmY5YzZhYzgxZGE3ZDBlNzIxZGY3Yjg5MWNlYTMwYTIyMTM2MGM5NWQ0
|
|
15
|
+
NzVlZGI3NDNhNGY1ZGI2ZWJkM2M2NWZlOWYxNDgzNDYyZmE2NjY=
|
data/beaker-rspec.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ less_than_one_nine = ruby_conf['MAJOR'].to_i == 1 && ruby_conf['MINOR'].to_i < 9
|
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "beaker-rspec"
|
|
9
|
-
s.version = '
|
|
9
|
+
s.version = '3.0.0'
|
|
10
10
|
s.authors = ["Puppetlabs"]
|
|
11
11
|
s.email = ["sqa@puppetlabs.com"]
|
|
12
12
|
s.homepage = "https://github.com/puppetlabs/beaker-rspec"
|
|
@@ -67,18 +67,5 @@ module BeakerRSpec
|
|
|
67
67
|
@network_manager.cleanup
|
|
68
68
|
end
|
|
69
69
|
|
|
70
|
-
# Copy a puppet module from a given source to all hosts under test.
|
|
71
|
-
# Assumes each host under test has an associated 'distmoduledir' (set in the
|
|
72
|
-
# host configuration YAML file).
|
|
73
|
-
#
|
|
74
|
-
# @param opts [Hash]
|
|
75
|
-
# @option opts [String] :source The location on the test runners box where the files are found
|
|
76
|
-
# @option opts [String] :module_name The name of the module to be copied over
|
|
77
|
-
def puppet_module_install opts = {}
|
|
78
|
-
hosts.each do |host|
|
|
79
|
-
scp_to host, opts[:source], File.join(host['distmoduledir'], opts[:module_name])
|
|
80
|
-
end
|
|
81
|
-
end
|
|
82
|
-
|
|
83
70
|
end
|
|
84
71
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: beaker-rspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 3.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Puppetlabs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|