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

Error when executing feature specs in rails-test container #7

Closed
hupf opened this issue Aug 25, 2020 · 1 comment
Closed

Error when executing feature specs in rails-test container #7

hupf opened this issue Aug 25, 2020 · 1 comment

Comments

@hupf
Copy link
Member

hupf commented Aug 25, 2020

When executing rails spec:features locally within the rails-test container, the database is reset and tests will fail with the error Unknown column 'people.title' in 'field list' (with generic wagon). In fact the database does no more contain changes from the wagon migrations.

I've been able to make it work, by removing the :test group from the Wagonfile.

Is this the solution? Or how can this be fixed otherwise?

-> This should be documented.

@hupf hupf changed the title Execute Feature Specs locally fails Error when executing feature specs in rails-test container Aug 25, 2020
@mtnstar mtnstar closed this as completed in 38f5c58 Sep 9, 2020
@mtnstar
Copy link
Member

mtnstar commented Sep 9, 2020

I already removed the :test group from the Wagonfile on my setup. This solved numerous problems for me.

so I created a specific Wagonfile for our dev setup. Let's see how this works

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

No branches or pull requests

2 participants