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

Fix feature_helper require #179

Merged
merged 2 commits into from
Jan 16, 2020
Merged

Fix feature_helper require #179

merged 2 commits into from
Jan 16, 2020

Conversation

harmonymjb
Copy link
Contributor

The feature_helper file included in spec_helper has been moved to a different gem.

Including solidus_dev_support gives access to this feature_helper.

An update to capybara was also required to bundle install, but with a simple bump and one small test change works correctly.

This should correct the red tests on circleci.

solidusio/solidus_support#28
Some files, this this feature_helper, were moved from solidus_support to
solidus_dev_support. This updates the testing requrie to get the file from the
correct place.
The solidus_dev_support requirement from the previous commit includes an
implicit dependency on a higher version of capybara than we currently support.
The update is trivial and only requires one small whitespace related change for
a have_content assertion.
Copy link
Member

@gmacdougall gmacdougall left a comment

Choose a reason for hiding this comment

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

Thanks Graham!

Copy link
Member

@aldesantis aldesantis left a comment

Choose a reason for hiding this comment

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

Looking great, thank you! Just so you know, we're in the process of updating all of them, sorry it's taking a bit of time. 😉

@kennyadsl kennyadsl merged commit 281bfe3 into solidusio:master Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants