Files
ubicloud/rhizome/host/spec/vm_path_spec.rb
Daniel Farina 505340b2a5 Update rubocop-rspec to 2.26.0 and fix new style checks
As-is, automated upgrade patch generation fails CI with these style
issues:

    rhizome/host/spec/storage_volume_spec.rb:96:9: C: [Correctable] RSpec/ExampleWording: Do not use the future tense when describing your tests.
        it "will retry after purging if spdk artifacts exist" do
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    rhizome/host/spec/storage_volume_spec.rb:106:9: C: [Correctable] RSpec/ExampleWording: Do not use the future tense when describing your tests.
        it "won't retry more than once" do
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
    rhizome/host/spec/vm_path_spec.rb:16:7: C: [Correctable] RSpec/ExampleWording: Do not use the future tense when describing your tests.
      it "will snakeify difficult characters" do
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    spec/lib/clog_spec.rb:11:7: C: [Correctable] RSpec/ExampleWording: Do not use the future tense when describing your tests.
      it "will add the thread name to the structure data, if defined" do
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

So, handle them and update rubocop-rspec.
2024-01-05 09:23:40 +03:00

1005 B