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

Make currency public in Spree::ReturnItem #9005

Merged

Conversation

btolarz
Copy link
Contributor

@btolarz btolarz commented Sep 24, 2018

It fixes currency display for ReturnItem in Admin::ReturnAuthorizationsController

subject { return_item }

it 'responds to currency method' do
excpect { subect.respond_to?(:currency) }.to eq true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subject

@btolarz btolarz force-pushed the make-currency-public-in-returnitem branch from 2f449aa to b02076a Compare September 24, 2018 15:01
subject { return_item }

it 'responds to currency method' do
excpect { subject.respond_to?(:currency) }.to eq true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expect :)

@btolarz btolarz force-pushed the make-currency-public-in-returnitem branch 2 times, most recently from d1e4a61 to dcffbba Compare September 26, 2018 10:53
@btolarz btolarz force-pushed the make-currency-public-in-returnitem branch from dcffbba to b115067 Compare September 26, 2018 11:08
@damianlegawiec damianlegawiec merged commit 6560e4a into spree:master Sep 26, 2018
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

3 participants