-
Notifications
You must be signed in to change notification settings - Fork 14
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
Develop #1
base: master
Are you sure you want to change the base?
Develop #1
Conversation
0ebc8d7
to
06b3529
Compare
06b3529
to
ad383a9
Compare
9e0964d
to
ad97b3b
Compare
ad97b3b
to
9e5f5e5
Compare
Added the link to the Youtube video.
Update README.md
@@ -3,4 +3,16 @@ | |||
# | |||
# Example adding this to your spec_helper will load these Factories for use: | |||
# require 'spree_one_page_stock_management/factories' | |||
factory :stock_updater, class: Spree::StockUpdater do | |||
data_file { File.new(Rails.root + 'lib/test.csv') } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi, i think you forgot to include this and the below files in the PR; we want to use gem and it would be great if you included this so the tests pass
thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sent-hil
All the test files have been added. Thanks for notifying.
…-management into develop
No description provided.