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

Mark ffaker as a common Spree dependency #2082

Closed

Conversation

fredericboivin
Copy link
Contributor

FFaker is used by the test suite and should not be a production
dependency.

@fredericboivin fredericboivin force-pushed the feature/ffaker branch 2 times, most recently from 65dfe75 to 7cece6d Compare July 12, 2017 03:08
FFaker is used by the test suite and should not be a production
dependency. This commit moves `ffaker` to the :test group in
common_spree_dependencies.rb
@kennyadsl
Copy link
Member

@dangerdogz I think ffaker is still needed as dependency since it is used to build sample data which could even be run in production.

@fredericboivin fredericboivin changed the title Mark ffaker as a development dependency Mark ffaker as a common Spree dependency Jul 12, 2017
@fredericboivin
Copy link
Contributor Author

Will investigate more

cbrunsdon pushed a commit to cbrunsdon/solidus that referenced this pull request Aug 9, 2017
Continues the idea of solidusio#2082, this removes the dependency of ffaker but
also yanks it out of the sample requirement. I generated a small data
set with 15.times.map { FFaker::Name.first_name } etc.
@fredericboivin fredericboivin deleted the feature/ffaker branch October 31, 2017 20:39
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.

2 participants