beaker 3.24.0 → 3.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/CONTRIBUTING.md +0 -2
- data/docs/tutorials/lets_write_a_test.md +1 -1
- data/lib/beaker/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MmI3ZWU2MjI4MjA5ZDRlZjc3ZTk0OGVmNzIxMDBhYTVmZjIxYTAxZg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTEwMDdlYzdhNmZlODRmNGIyNmFkNjAzODdjZmUwOTRiYzY4OTExMA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MzMxZDY1M2FiMjY0MDczNTdhMjYyMWUyYjBmOTgxOTllMmQxYWMxNmIxYjgx
|
10
|
+
NjU0Zjc4ZjFmNmJiMzdiYjhmOGNjOGI0MmMxNzNiZGU2MDllM2I3ZGMzNTc2
|
11
|
+
Mjg0MmQ0OGJjM2EwZDc3Nzk3NDc5MGFkMzQ3YzdmYmNmZjMwZjY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
M2VkYTA4MmZlMzgyOTBhMjQ1NjIwOTExYWE2Mjc1N2E0Y2M2NmFlZTMxNGNm
|
14
|
+
MDY0ODc2OTYzOGVmMGRkOGRmOGRmMjkxYzZhYjc2YTJjNzE4ZGQ2MTQ1Y2M3
|
15
|
+
YzFhMzkxZWNjZmYzYjI1MDZlMjc4YjY1NjNkN2NiM2QwNjhiYjM=
|
data/CONTRIBUTING.md
CHANGED
@@ -73,7 +73,6 @@ To prepare for a new gem release of Beaker (after the version has been bumped) t
|
|
73
73
|
````
|
74
74
|
## Submitting Changes
|
75
75
|
|
76
|
-
* Sign the [Contributor License Agreement](http://links.puppetlabs.com/cla).
|
77
76
|
* Push your changes to a topic branch in your fork of the repository.
|
78
77
|
* Submit a pull request to [Beaker](https://github.com/puppetlabs/beaker)
|
79
78
|
* Update your ticket
|
@@ -86,7 +85,6 @@ To prepare for a new gem release of Beaker (after the version has been bumped) t
|
|
86
85
|
* [Puppet community guidelines](https://docs.puppet.com/community/community_guidelines.html)
|
87
86
|
* [Bug tracker (Jira)](http://tickets.puppetlabs.com)
|
88
87
|
* [BKR Jira Project](https://tickets.puppetlabs.com/issues/?jql=project%20%3D%20BKR)
|
89
|
-
* [Contributor License Agreement](http://links.puppetlabs.com/cla)
|
90
88
|
* [General GitHub documentation](http://help.github.com/)
|
91
89
|
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
|
92
90
|
* Questions? Comments? Contact the Beaker team at the #puppet-dev IRC channel on freenode.org
|
@@ -83,6 +83,6 @@ end
|
|
83
83
|
## Run it!
|
84
84
|
You can now run this with
|
85
85
|
|
86
|
-
beaker --host redhat7-64ma.yaml --pre-suite install.rb --
|
86
|
+
beaker --host redhat7-64ma.yaml --pre-suite install.rb --tests mytest.rb
|
87
87
|
|
88
88
|
Next up you may want to look at the [Beaker test for a module](../how_to/write_a_beaker_test_for_a_module.md) page.
|
data/lib/beaker/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppet
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-09-
|
11
|
+
date: 2017-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|