decidim-maintainers_toolbox 0.4.0 → 0.6.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: 35c9637b473aa216da01007794b00cd0e78e0b0da6a650459d2c43120a14b7f8
|
4
|
+
data.tar.gz: 97e639c0b23cb99625b0f433fb1d7251d379db3e1a7be6769830a2c66345112d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 943e69599eef14d70effed56fdce8cb33ecac56c220083f67a222e8dea21e995feefec027a386fec776098a3ab73836dbe53f4957d1a0f34bed44f10e4972ee7
|
7
|
+
data.tar.gz: 3b4825382099f593179ce14eb31379dd640ede7d8f7c82d2157bdf8167f33ecaadd4b59f8f0f6dbdd90875a2771388b50afda5247ec5d9bf7d3ba6c70e628b23
|
@@ -180,7 +180,7 @@ module Decidim
|
|
180
180
|
# @return [void]
|
181
181
|
def check_tests
|
182
182
|
puts "Running specs"
|
183
|
-
output, status = capture("
|
183
|
+
output, status = capture("bundle exec rspec", env: { "ENFORCED_LOCALES" => "en,ca,es", "SKIP_NORMALIZATION" => "true" })
|
184
184
|
|
185
185
|
unless status.success?
|
186
186
|
run("git restore .")
|