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

Updated for Spree 3.2.0.rc2 and Rails 5 #8

Merged
merged 1 commit into from
Feb 3, 2017
Merged

Conversation

pikender
Copy link
Contributor

@pikender pikender commented Feb 3, 2017

Fixed failing test rspec ./spec/controllers/spree/orders_controller_decorator_spec.rb:94 # Spree::OrdersController#edit when return to cart when return to cart from cart itself expect to not receive should not receive track_activity(*(any args)) 0 times
Changed request.url to request.path to avoid getting get_parameters in next_state comparison
-> next_state coming as “cart?id=” instead of “cart”
Fixed deprecation warning - use keyword syntax for get, put etc in controller tests
Fixed undefined methods for shoulda-matchers like validate_presence_of
Refer thoughtbot/shoulda-matchers#951 and https://github.com/thoughtbot/shoulda-matchers#availability-of-matchers-in-various-example-groups

Fixed failing test rspec ./spec/controllers/spree/orders_controller_decorator_spec.rb:94 # Spree::OrdersController#edit when return to cart when return to cart from cart itself expect to not receive should not receive track_activity(*(any args)) 0 times
Changed request.url to request.path to avoid getting get_parameters in next_state comparison
-> next_state coming as “cart?id=” instead of “cart”
Fixed deprecation warning - use keyword syntax for get, put etc in controller tests
Fixed undefined methods for shoulda-matchers like validate_presence_of
Refer thoughtbot/shoulda-matchers#951 and https://github.com/thoughtbot/shoulda-matchers#availability-of-matchers-in-various-example-groups
@pikender pikender requested a review from tanmay3011 February 3, 2017 11:48
@pikender pikender self-assigned this Feb 3, 2017
@tanmay3011 tanmay3011 merged commit 3df6ad2 into master Feb 3, 2017
@tanmay3011 tanmay3011 deleted the 3-2-updated branch February 8, 2017 19:31
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.

2 participants