serverspec-runner 1.3.4 → 1.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -3
- data/lib/serverspec-runner/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2893b04d84f72c5c95f0e95d79cef06efaf6fa47e8fa5eb14ff9a975b8be0c03
|
4
|
+
data.tar.gz: 8756b9568764c40af973bc75de8ee306a210e32e1bfd24b5ab5fe05992507076
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edfd6470ed8e2e229c267a413e4da1eb10024a5389a7e37dab63bba41cb329c634847929b5c08b05416acc4fa469847d53dd1c08e8412eccb8bb3fcbbe2323c0
|
7
|
+
data.tar.gz: 5d39179afce8b6a68004413e72fc288d313e3ff64701283e9b40fe8912592471519123aa002940213cc9157ce55730d7ef0f0eb92f039de71aa1f2d83eada636
|
data/Rakefile
CHANGED
@@ -119,9 +119,7 @@ namespace :spec do
|
|
119
119
|
fpath = task_path.gsub(/::/, '/')
|
120
120
|
|
121
121
|
if Dir.exists?("#{ENV['specpath']}/#{fpath}")
|
122
|
-
t.pattern =
|
123
|
-
#{ENV['specpath']}/#{fpath}/#{spec_file_pattern}
|
124
|
-
]
|
122
|
+
t.pattern = "#{ENV['specpath']}/#{fpath}/#{spec_file_pattern}"
|
125
123
|
|
126
124
|
if spec_file_exclude_pattern
|
127
125
|
t.exclude_pattern = "#{ENV['specpath']}/#{fpath}/#{spec_file_exclude_pattern}"
|