You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
hupf
changed the title
Execute Feature Specs locally fails
Error when executing feature specs in rails-test container
Aug 25, 2020
When executing
rails spec:features
locally within therails-test
container, the database is reset and tests will fail with the errorUnknown 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 theWagonfile
.Is this the solution? Or how can this be fixed otherwise?
-> This should be documented.
The text was updated successfully, but these errors were encountered: