decidim-maintainers_toolbox 0.4.0 → 0.5.0
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8142582f8acdfea5872ec1c41548fd542b59f9177ab8ba1e84f5cb89769d752
|
4
|
+
data.tar.gz: ac41c76cb5af425070039c77054c706fa94bfefc97fc46a9378b992b45977882
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41e26d587ca480f3934ab9fb1fc1e8c22460c63765b5e25ce9d6ac114200f2c8f9c3ceb403b65dd27c578240926a7a022feab30b7e909057c907f94ab499367b
|
7
|
+
data.tar.gz: f03c6dd6de38270c540bd31a9fdbc64685989b208b4a77f5c8b159f1600f70d957d363f1dacb83e68706c4fbe827a2d3954ce8444536b904bc5cb8c95acd66a2
|
@@ -180,7 +180,7 @@ module Decidim
|
|
180
180
|
# @return [void]
|
181
181
|
def check_tests
|
182
182
|
puts "Running specs"
|
183
|
-
output, status = capture("bin/rspec", { "ENFORCED_LOCALES" => "en,ca,es", "SKIP_NORMALIZATION" => "true" })
|
183
|
+
output, status = capture("bin/rspec", env: { "ENFORCED_LOCALES" => "en,ca,es", "SKIP_NORMALIZATION" => "true" })
|
184
184
|
|
185
185
|
unless status.success?
|
186
186
|
run("git restore .")
|