poise-service-spechelper 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9f4663e8b9572a0381476d2a894e66183168fb2
|
4
|
+
data.tar.gz: df4a0f2929d4b4f1e0d4cbead4893ce48744a8fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d4da4f8460604d270baa36734a694660054a0d7d2919a8570ffb5e216d107b59ec645da6c82f5033a5241a7144b8b99aff13b1d3cb29864569a13372a696830
|
7
|
+
data.tar.gz: 78150820bb4269735099cf03716ccbfbdae206cb5154248a67edfb351d7abb7949304ae96f3bc5365f51d1ca5b05deb68f09617036db646d234de54823b82172
|
@@ -45,6 +45,9 @@ module PoiseService
|
|
45
45
|
subject { json_http("http://localhost:#{base_port}/") }
|
46
46
|
it { is_expected.to include({
|
47
47
|
'user' => 'root',
|
48
|
+
'euser' => 'root',
|
49
|
+
'group' => 'root',
|
50
|
+
'egroup' => 'root',
|
48
51
|
'directory' => '/',
|
49
52
|
}) }
|
50
53
|
end
|
@@ -60,6 +63,9 @@ module PoiseService
|
|
60
63
|
subject { json_http("http://localhost:#{base_port+1}/") }
|
61
64
|
it { is_expected.to include({
|
62
65
|
'user' => 'poise',
|
66
|
+
'euser' => 'poise',
|
67
|
+
'group' => 'poise',
|
68
|
+
'egroup' => 'poise',
|
63
69
|
'directory' => '/tmp',
|
64
70
|
'environment' => include({'POISE_ENV' => name}),
|
65
71
|
}) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: poise-service-spechelper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Noah Kantrowitz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A helper for testing poise-service providers.
|
14
14
|
email:
|