Last active
July 27, 2023 21:31
-
-
Save thefotios/c82d53ce0b2e5ad2986e39642b92ad5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it 'creates the credits to the user' do | |
expect( | |
order.user.store_credits.where(category: MultiMonthCommit.store_credit_category).map(&:amount), | |
).to match_array(expected_credits) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment