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

Update railtie to set Oaken as the fixture replacement #80

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

We don't have a fixture_replacement, so I don't think we should set that.

I did some digging in the code and this invocation is the same as the previous commit when running with Rails' default test setup.
Comment on lines +3 to +5
config.app_generators do
_1.test_framework _1.test_framework, fixture: false
end
Copy link
Owner

Choose a reason for hiding this comment

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

I dug around in the Rails internals and we can simplify the previous commit down to this. I'm still not sure if we should ship this in Oaken because of upgrading apps.

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.

Add documentation for setting up Oaken as a replacement for fixtures
2 participants