Skip to content

Merge branch 'codeocean-tuil' into origin-swp #2

Merge branch 'codeocean-tuil' into origin-swp

Merge branch 'codeocean-tuil' into origin-swp #2

Triggered via push January 14, 2025 13:25
Status Failure
Total duration 14m 29s
Artifacts 1

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 9 warnings, and 416 notices
slim-lint
Process completed with exit code 65.
test: spec/system/editor_system_spec.rb#L113
Editor contains a button for submitting the exercise Failure/Error: submission = build(:submission, user:, exercise:) NameError: undefined local variable or method `user' for #<RSpec::ExampleGroups::Editor:0x00007f6235db79e8> [Screenshot Image]: /home/runner/work/codeocean/codeocean/tmp/screenshots/failures_r_spec_example_groups_editor_contains_a_button_for_submitting_the_exercise_155.png
test: spec/system/editor_system_spec.rb#L137
Editor contains resizer contains a vertical resizer Failure/Error: response = http_connection.post url, body.to_json WebMock::NetConnectNotAllowedError: Real HTTP connections are disabled. Unregistered request: POST https://runners.example.org/runners with body '{"executionEnvironmentId":130,"inactivityTimeout":180}' with headers {'Accept'=>'*/*', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Connection'=>'keep-alive', 'Content-Type'=>'application/json', 'Keep-Alive'=>'30', 'User-Agent'=>'Faraday v2.12.1'} You can stub this request with the following snippet: stub_request(:post, "https://runners.example.org/runners"). with( body: "{\"executionEnvironmentId\":130,\"inactivityTimeout\":180}", headers: { 'Accept'=>'*/*', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'Connection'=>'keep-alive', 'Content-Type'=>'application/json', 'Keep-Alive'=>'30', 'User-Agent'=>'Faraday v2.12.1' }). to_return(status: 200, body: "", headers: {}) ============================================================
test: spec/lib/junit_adapter_spec.rb#L32
JunitAdapter#parse_output with assertionerrors returns the correct numbers Failure/Error: expect(adapter.parse_output(stdout: stdout, stderr: stderr)).to eq(count:, failed:, error_messages: error_matches) expected: {:count=>42, :error_messages=>[], :failed=>25} got: {:count=>42, :failed=>25} (compared using ==) Diff: @@ -1,4 +1,3 @@ :count => 42, -:error_messages => [], :failed => 25,
test: spec/other/i18n_spec.rb#L12
I18n does not have missing keys Failure/Error: expect(missing_keys).to be_empty, "Missing #{missing_keys.leaves.count} I18n keys, " \ 'run `i18n-tasks missing` to show them. ' \ 'If this is a false positive, you can add exceptions for translation keys ' \ "in `config/i18n_tasks.yml` under 'ignore'. See https://github.com/glebm/i18n-tasks#configuration " \ 'for more details.' Missing 4 I18n keys, run `i18n-tasks missing` to show them. If this is a false positive, you can add exceptions for translation keys in `config/i18n_tasks.yml` under 'ignore'. See https://github.com/glebm/i18n-tasks#configuration for more details.
test: spec/other/i18n_spec.rb#L21
I18n does not have unused keys Failure/Error: expect(unused_keys).to be_empty, "#{unused_keys.leaves.count} unused I18n keys, run `i18n-tasks unused` to show them. " \ 'If this is a false positive, you can add exceptions for translation keys ' \ "in `config/i18n_tasks.yml` under 'ignore_unused'. See https://github.com/glebm/i18n-tasks#configuration " \ 'for more details.' 10 unused I18n keys, run `i18n-tasks unused` to show them. If this is a false positive, you can add exceptions for translation keys in `config/i18n_tasks.yml` under 'ignore_unused'. See https://github.com/glebm/i18n-tasks#configuration for more details.
test: spec/other/i18n_spec.rb#L29
I18n files are normalized Failure/Error: expect(non_normalized).to be_empty, error_message The following files need to be normalized: config/locales/en/exercise.yml config/locales/en/user_exercise_feedback.yml config/locales/de/exercise.yml config/locales/de/user_exercise_feedback.yml Please run `i18n-tasks normalize` to fix these.
test
Process completed with exit code 1.
scan_ruby
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
scan_ruby
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
slim-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[rubocop] Gemfile#L59 <Bundler/OrderedGems>: Gemfile#L59
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `showdown-rails` should appear before `zxcvbn-ruby`.
[rubocop] Gemfile#L103 <Style/StringLiterals>: Gemfile#L103
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] Gemfile#L103 <Style/StringLiterals>: Gemfile#L103
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L15 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L15
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L38 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L38
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L38 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L38
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L38 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L38
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L39 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L39
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L45 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L45
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L45 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L45
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L46 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L46
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L47 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L47
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L48 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L48
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L49 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L49
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L52 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L52
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L52 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L52
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L52 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L52
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L52 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L52
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/cargo_test_adapter.rb#L57 <Style/StringLiterals>: lib/cargo_test_adapter.rb#L57
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/junit_adapter.rb#L23 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L23
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L24 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L24
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L25 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L25
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L26 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L26
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L27 <Style/MethodCallWithoutArgsParentheses>: lib/junit_adapter.rb#L27
Do not use parentheses for method calls with no arguments.
[rubocop] lib/junit_adapter.rb#L27 <Style/StringLiterals>: lib/junit_adapter.rb#L27
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/junit_adapter.rb#L34 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L34
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L35 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L35
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L36 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L36
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L37 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L37
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L38 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L38
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L39 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L39
Surrounding space missing for operator `=`.
[rubocop] lib/junit_adapter.rb#L40 <Style/MethodCallWithoutArgsParentheses>: lib/junit_adapter.rb#L40
Do not use parentheses for method calls with no arguments.
[rubocop] lib/junit_adapter.rb#L40 <Style/StringLiterals>: lib/junit_adapter.rb#L40
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] lib/junit_adapter.rb#L46 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L46
Surrounding space missing for operator `+`.
[rubocop] lib/junit_adapter.rb#L46 <Layout/SpaceAroundOperators>: lib/junit_adapter.rb#L46
Surrounding space missing for operator `+`.
[rubocop] lib/py_unit_adapter.rb#L54 <Layout/SpaceAroundOperators>: lib/py_unit_adapter.rb#L54
Surrounding space missing for operator `=`.
[rubocop] lib/py_unit_adapter.rb#L55 <Layout/SpaceAroundOperators>: lib/py_unit_adapter.rb#L55
Surrounding space missing for operator `=`.
[rubocop] lib/py_unit_adapter.rb#L56 <Layout/SpaceAroundOperators>: lib/py_unit_adapter.rb#L56
Surrounding space missing for operator `=`.
[rubocop] lib/py_unit_adapter.rb#L57 <Layout/SpaceAroundOperators>: lib/py_unit_adapter.rb#L57
Surrounding space missing for operator `=`.
[rubocop] lib/py_unit_adapter.rb#L67 <Layout/SpaceAroundOperators>: lib/py_unit_adapter.rb#L67
Surrounding space missing for operator `+`.
[rubocop] spec/lib/junit_adapter_spec.rb#L11 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L11
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L27 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L27
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L38 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L38
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L42 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L42
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L45 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L45
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L46 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L46
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L55 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L55
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L58 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L58
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L61 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L61
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L62 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L62
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L70 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L70
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L73 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L73
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L76 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L76
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L77 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L77
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L85 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L85
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L88 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L88
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L91 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L91
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L92 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L92
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L100 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L100
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L103 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L103
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L106 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L106
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L107 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L107
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L115 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L115
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L118 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L118
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L121 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L121
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L130 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L130
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L133 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L133
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L136 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L136
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L145 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L145
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L148 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L148
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L151 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L151
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L152 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L152
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L160 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L160
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L163 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L163
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L166 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L166
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L167 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L167
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L175 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L175
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L178 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L178
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L181 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L181
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L182 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L182
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L190 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L190
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L193 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L193
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L196 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L196
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L197 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L197
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L205 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L205
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L208 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L208
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L211 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L211
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L212 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L212
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L220 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L220
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L223 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L223
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L226 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L226
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L227 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L227
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L235 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L235
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L238 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L238
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L241 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L241
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L250 <RSpec/ContextWording>: spec/lib/junit_adapter_spec.rb#L250
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/lib/junit_adapter_spec.rb#L253 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L253
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/junit_adapter_spec.rb#L256 <Style/StringLiterals>: spec/lib/junit_adapter_spec.rb#L256
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L14 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L14
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L22 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L22
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L23 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L23
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L24 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L24
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L24 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L24
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L25 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L25
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L25 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L25
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L33 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L33
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L34 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L34
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L36 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L36
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L36 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L36
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L37 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L37
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L37 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L37
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L45 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L45
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L45 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L45
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L46 <RSpec/ScatteredLet>: spec/lib/py_unit_adapter_spec.rb#L46
Group all let/let! blocks in the example group together.
[rubocop] spec/lib/py_unit_adapter_spec.rb#L46 <Style/StringLiterals>: spec/lib/py_unit_adapter_spec.rb#L46
Prefer single-quoted strings when you don't need string interpolation or special symbols.
[rubocop] spec/system/editor_system_spec.rb#L117 <Capybara/ClickLinkOrButtonStyle>: spec/system/editor_system_spec.rb#L117
Use `click_link_or_button` or `click_on` instead of `click_button`.
[rubocop] spec/system/editor_system_spec.rb#L132 <RSpec/ContextWording>: spec/system/editor_system_spec.rb#L132
Context description should match /^when\b/, /^with\b/, or /^without\b/.
[rubocop] spec/system/editor_system_spec.rb#L139 <Capybara/ClickLinkOrButtonStyle>: spec/system/editor_system_spec.rb#L139
Use `click_link_or_button` or `click_on` instead of `click_button`.

Artifacts

Produced during runtime
Name Size Digest
screenshots Expired
72.4 KB
sha256:99d96f7917375e9f74ebe184f86d4aa06db15cd4728cabd7295e2e59eb9cc157