Skip to content

Commit

Permalink
Remove invalid spree config
Browse files Browse the repository at this point in the history
According to
spree/spree@5ef8dc6
"Backorders can be configured now as per stock location or stock item".
  • Loading branch information
sauloperez committed Apr 30, 2018
1 parent c3132e8 commit 6784621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def restart_phantomjs
spree_config.currency = currency
spree_config.shipping_instructions = true
spree_config.auto_capture = true
spree_config.allow_backorders = false
end

Spree::Api::Config[:requires_authentication] = true
Expand Down

0 comments on commit 6784621

Please sign in to comment.