beaker-puppet 0.11.0 → 0.11.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 02ec1da775402ec80c54b00f614d7b18f90c0a27
4
- data.tar.gz: eb6d32c7c507cd87055c287d99e44b8a7b69bedc
3
+ metadata.gz: 94a76f705896b24a8cfb4e6b7411f5f5fe17c49b
4
+ data.tar.gz: c6d31f1067342dea1dde3ca30ca86456279b47c6
5
5
  SHA512:
6
- metadata.gz: 8ae33a0aba67b868c412302688b813524b84ee72f512ae8425c884c276f7608ddadda199847b4444b7f8edc886186cd16f594e3778f11790bd1bb122fc74f758
7
- data.tar.gz: 424bdbafc891afb87f12f95456f4c4bf9d15bb2c8233173d829baa6142f8451b8349f1d3bc02b8a700d1fc95c0b50f7eabd10ee7ae2a0a3d2e9d54f95c73655b
6
+ metadata.gz: bcd42c7be6b6eebc6a757847b203d2460ca5c694886260707de177d8e75afb0ccbefa07d22f6efd77ca9f3697484216c5f0fad434522b52cda00dbf6ea11f521
7
+ data.tar.gz: 1932961b6b853d08105bd8bd8c543d294e878e72f3d45d21d2656fadb068c32dadff3dd05bf1e1458e140dac2386a02bc7a26425a44e493df9d0c1add9be693b
@@ -1,3 +1,3 @@
1
1
  module BeakerPuppet
2
- VERSION = '0.11.0'
2
+ VERSION = '0.11.1'
3
3
  end
data/tasks/ci.rake CHANGED
@@ -22,7 +22,6 @@ where <target> is one of:
22
22
  ci:test:git
23
23
  ci:test:aio
24
24
  ci:test:gem
25
- ci:test:quick
26
25
 
27
26
  See `bundle exec rake -D <target>` for information about each target. Each rake
28
27
  task accepts the following environment variables:
@@ -33,7 +32,7 @@ REQUIRED
33
32
  SHA:
34
33
  The git SHA of either the puppet-agent package or component repo must be
35
34
  specified depending on the target. The `git` and `gem` use the component
36
- SHA, where as `aio` and `quick` use the puppet-agent package SHA.
35
+ SHA, where as `aio` uses the puppet-agent package SHA.
37
36
 
38
37
  OPTIONAL
39
38
  --------
@@ -47,8 +46,7 @@ HOSTS:
47
46
 
48
47
  TESTS:
49
48
  A comma-delimited list of files/directories containing tests to run.
50
- Defaults to running all tests, except for `ci:test:quick` which defaults
51
- to running a predefined set of tests.
49
+ Defaults to running all tests.
52
50
 
53
51
  TESTS=tests/cycle_detection.rb
54
52
  TESTS=tests/pluginsync,tests/language
@@ -198,7 +196,8 @@ def beaker_suite(type)
198
196
  end
199
197
 
200
198
  def pre_suites(type)
201
- beaker_root = File.dirname(__dir__)
199
+ beaker_root = Pathname.new(File.dirname(__dir__)).relative_path_from(Pathname.new(Dir.pwd))
200
+
202
201
  presuites = case type
203
202
  when :aio
204
203
  [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-20 00:00:00.000000000 Z
11
+ date: 2018-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec