fix against rubocop #174
Annotations
2 errors
Run tests:
spec/acceptance/url_spec.rb#L51
nomad class default parameters Command "nomad version" stdout is expected to match /Nomad v1\.0\.3/
Failure/Error: its(:stdout) { is_expected.to match(%r{Nomad v1\.0\.3}) }
expected "Nomad v1.9.3\nBuildDate 2024-11-11T16:35:41Z\nRevision d92bf1014886c0ff9f882f4a2691d5ae8ad8131c\n" to match /Nomad v1\.0\.3/
Diff:
@@ -1,3 +1,5 @@
-/Nomad v1\.0\.3/
+Nomad v1.9.3
+BuildDate 2024-11-11T16:35:41Z
+Revision d92bf1014886c0ff9f882f4a2691d5ae8ad8131c
|
Run tests
Process completed with exit code 1.
|
Loading