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

Minor spec changes #119

Merged
merged 1 commit into from
Aug 18, 2013
Merged

Minor spec changes #119

merged 1 commit into from
Aug 18, 2013

Conversation

petergoldstein
Copy link
Contributor

A few small changes to the specs.

  1. Addressed deprecation warnings.
  2. Upgraded selenium webdriver version.
  3. Added a 'js' flag to a feature spec

Note that while looking at these issues, I discovered that a recent change in spree_core appears to have caused a regression in the spree_auth_devise gem. There is a failing spec on this gem that appears to be a result of this change to spree_core

In spree_core the created_by_id attribute was added to Spree::Order and is now being used to look up Spree::User.last_incomplete_spree_order. But this attribute is not being set if the user authenticates after the current_order is created. This looks like something that needs to be added to associated_user

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.

None yet

2 participants