issues
search
spree-contrib
/
spree_print_invoice
Create a PDF invoice for Spree orders.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
91
stars
239
forks
source link
Running tests fails on master due to FactoryGirl
#123
Closed
mdavo6
closed
6 years ago
mdavo6
commented
6 years ago
Steps to reproduce
Follow the steps listed in the contributing guidelines
Test app is created successfully, however running the tests using
bundle exec rspec spec
Fails due to the name change from FactoryGirl to FactoryBot (
https://github.com/thoughtbot/factory_bot/blob/master/NAME.md
)
mdavo6
commented
6 years ago
Resolved in #124
Steps to reproduce
bundle exec rspec spec
Fails due to the name change from FactoryGirl to FactoryBot (https://github.com/thoughtbot/factory_bot/blob/master/NAME.md)