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

Commits on Nov 24, 2023

  1. Squashed commit of the following:

    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 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ee96de5 View commit details
    Browse the repository at this point in the history