add Payment#purchase tests
This commit is contained in:
parent
4b0a5b1125
commit
5c21d1c4d9
5 changed files with 67 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -225,6 +225,8 @@ group :test do
|
|||
gem 'timecop'
|
||||
# for mocking external requests
|
||||
gem 'webmock'
|
||||
# for mocking Stripe responses in tests
|
||||
gem 'stripe-ruby-mock'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue