serverspec 1.9.0 → 1.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/serverspec.rb +2 -0
- data/lib/serverspec/version.rb +1 -1
- data/spec/aix/group_spec.rb +1 -1
- data/spec/darwin/group_spec.rb +1 -1
- data/spec/debian/group_spec.rb +1 -1
- data/spec/fedora/group_spec.rb +1 -1
- data/spec/freebsd/group_spec.rb +1 -1
- data/spec/gentoo/group_spec.rb +1 -1
- data/spec/plamo/group_spec.rb +1 -1
- data/spec/redhat/group_spec.rb +1 -1
- data/spec/solaris/group_spec.rb +1 -1
- data/spec/solaris11/group_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4ca52869f2dbc6844fcf25e2b8da41d0e8222c0
|
4
|
+
data.tar.gz: 6d3246e665018ec15dedd4af1a02e3f3c44160b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11a40531de1b48b20cf721585eb1f84be4b0e64d20ce88eda609e7525a04707da816040f579e845d3578dbe2ef2faf16ee723437220f93b6310c3b19ef70207d
|
7
|
+
data.tar.gz: 59233246cfcf4d87be4601b914a9cb15390f64afe2488d177146fdb98239328a65c16ca251a24b58b4c7a1a22ab85513058756449c273c43f4d1e3e506a5fbab
|
data/lib/serverspec.rb
CHANGED
@@ -17,6 +17,7 @@ module RSpec
|
|
17
17
|
def dump_failure_info(example)
|
18
18
|
exception = example.execution_result[:exception]
|
19
19
|
exception_class_name = exception_class_name_for(exception)
|
20
|
+
output.puts "#{long_padding}#{failure_color("On host `#{SpecInfra.configuration.host}`")}"
|
20
21
|
output.puts "#{long_padding}#{failure_color("Failure/Error:")} #{failure_color(read_failed_line(exception, example).strip)}"
|
21
22
|
output.puts "#{long_padding}#{failure_color(exception_class_name)}: #{failure_color(exception.message)}" unless exception_class_name =~ /RSpec/
|
22
23
|
output.puts "#{long_padding} #{failure_color(example.metadata[:command])}" if example.metadata[:command]
|
@@ -32,6 +33,7 @@ module RSpec
|
|
32
33
|
def dump_failure_info(example)
|
33
34
|
exception = example.execution_result[:exception]
|
34
35
|
exception_class_name = exception_class_name_for(exception)
|
36
|
+
output.puts "#{long_padding}#{failure_color("On host `#{SpecInfra.configuration.host}`")}"
|
35
37
|
output.puts "#{long_padding}#{failure_color("Failure/Error:")} #{failure_color(read_failed_line(exception, example).strip)}"
|
36
38
|
output.puts "#{long_padding}#{failure_color(exception_class_name)}: #{failure_color(exception.message)}" unless exception_class_name =~ /RSpec/
|
37
39
|
output.puts "#{long_padding} #{failure_color(example.metadata[:command])}" if example.metadata[:command]
|
data/lib/serverspec/version.rb
CHANGED
data/spec/aix/group_spec.rb
CHANGED
data/spec/darwin/group_spec.rb
CHANGED
data/spec/debian/group_spec.rb
CHANGED
data/spec/fedora/group_spec.rb
CHANGED
data/spec/freebsd/group_spec.rb
CHANGED
data/spec/gentoo/group_spec.rb
CHANGED
data/spec/plamo/group_spec.rb
CHANGED
data/spec/redhat/group_spec.rb
CHANGED
data/spec/solaris/group_spec.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: serverspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gosuke Miyashita
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|