Displaying 1 result from an estimated 1 matches for "activesale".
Did you mean:
active_sale
2013 Mar 28
0
Can not determine issue in my factories with factory girl in rspec
...ctories/inactive_sale_factories.rb:
https://github.com/suryart/spree_active_sale/blob/43cb160d0e4ea1ad694af3f1d848c22a3193cc2a/spec/factories/inactive_sale_factories.rb
What I know, the issue is coming from this line in active_sale_factories.rb
at line 5:
factory :active_sale, :class => Spree::ActiveSale do |f|
name "Dummy Sale"end
Which can not be determined from inactive_sale_factories.rb defined
factories, I suppose. But, why is that happening? Why is it working for
different versions for different builds when there is absolutely no code
change?
I am new to rspec and factories and...