moto 0.0.42 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/runner/test_generator.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dff85ce0c564b05532a1515160b8bd9fde071699
|
|
4
|
+
data.tar.gz: c9581f3c290bdfc0360928f9e8fd7ddb19a42351
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 373a68b8f9029b4c8a5b1e58503732ca45f7f1b6076b9260b8df7f01d84c8a068c1c82131739715b2cc38cfaf347d6f98498f7b2bf71a3521cffbf4273a8a411
|
|
7
|
+
data.tar.gz: 686f35af91c02ce7693e6f8ceb63135bf72abd982f8026e835c032e2f11ef98fd0137dc15d242bd5e9bdb55143f81028bd69460abebd40a6c88d0f7213f635c8
|
|
@@ -87,7 +87,7 @@ module Moto
|
|
|
87
87
|
|
|
88
88
|
begin
|
|
89
89
|
require test_path_absolute
|
|
90
|
-
rescue
|
|
90
|
+
rescue Exception
|
|
91
91
|
# will catch an error with non existent base class in test and stop it from breaking whole batch of tests
|
|
92
92
|
# no need to handle it here, next begin/rescue clause in this function will finish the job
|
|
93
93
|
end
|
data/lib/version.rb
CHANGED