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

Unify feature file organization #602

Merged
merged 8 commits into from
Apr 24, 2019
Merged

Unify feature file organization #602

merged 8 commits into from
Apr 24, 2019

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Mar 13, 2019

Summary

Re-organize feature files to match master

Details

Files were moved and minimal changes to their contents were done to get rid of some custom steps. Some less-useful feature files were removed.

Motivation and Context

Part of #598.

How Has This Been Tested?

N/A. Functionality should stay the same.

Types of changes

  • Refactoring (cleanup of codebase without changing any existing functionality)
  • Update documentation

Copy link
Contributor

@luke-hill luke-hill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've left mine as non-blocking comments as most of this seems like feng-shui.

Although the escaping seems a bit inconsistent, it might be a feature of aruba, if so ignore my comments.

Feature: Check
Scenario: Check
Given a file named "foo" with:
\"\"\"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these escaped because were inside a """ already? I don't use aruba really.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that is the reason. It's a little ugly 😞.

@@ -3,6 +3,63 @@ Feature: Check file content
Background:
Given I use a fixture named "cli-app"

Scenario: Check file contents with plain text
Given a file named "features/non-existence.feature" with:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this file called non-existence?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure. I copied this feature from master I think.

@luke-hill
Copy link
Contributor

LGTM

@mvz mvz merged commit 6b7fea3 into still Apr 24, 2019
@mvz mvz deleted the unify-feature-file-organization branch April 24, 2019 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants