Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(CAT-1488) - Fix windows acceptance tests #1281

Closed
wants to merge 1 commit into from

Conversation

gavindidrichsen
Copy link
Contributor

Summary

Provide a detailed description of all the changes present in this pull request.

Additional Context

Add any additional context about the problem here.

  • Root cause and the steps to reproduce. (If applicable)
  • Thought process behind the implementation.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified.

@gavindidrichsen gavindidrichsen added the maintenance Internal maintenance work that shouldn't appear in the changelog label Oct 5, 2023
@gavindidrichsen gavindidrichsen force-pushed the cat_1488_fix_windows_accep_tests branch 2 times, most recently from ddffa6c to 3168827 Compare November 17, 2023 10:01
commit ddffa6c
Author: Code Manager <code_manager@agent-694ff4-0>
Date:   Tue Oct 10 13:11:34 2023 +0000

    Fix undefined local 'path'

    Fixed failing tests after refactoring around(:all) into before/after(:all):  ``Failure/Error: FileUtils.rm_f(path)
    NameError:
      undefined local variable or method `path'...``

commit 10821c5
Author: Gavin Didrichsen <[email protected]>
Date:   Thu Oct 5 21:00:17 2023 +0100

    (CAT-1488) - Fix some rubocop warnings

    Signed-off-by: Gavin Didrichsen <[email protected]>

commit 831c41d
Author: Gavin Didrichsen <[email protected]>
Date:   Thu Oct 5 20:34:03 2023 +0100

    (CAT-1488) - Split around(:all) into before/after(:all)

    This fixes duplicate code warnings occurring during the acceptance
    tests.

    Signed-off-by: Gavin Didrichsen <[email protected]>

commit d2cec4b
Author: Gavin Didrichsen <[email protected]>
Date:   Thu Oct 5 20:32:51 2023 +0100

    (CAT-1488) - Refactor duplicated shared examples and context

    This fixes duplicate definition warnings in the acceptance tests.

    Signed-off-by: Gavin Didrichsen <[email protected]>
@gavindidrichsen gavindidrichsen deleted the cat_1488_fix_windows_accep_tests branch January 26, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Internal maintenance work that shouldn't appear in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant