add Payment#purchase tests
This commit is contained in:
parent
4b0a5b1125
commit
5c21d1c4d9
5 changed files with 67 additions and 1 deletions
|
|
@ -141,6 +141,7 @@ GEM
|
|||
safe_yaml (~> 1.0.0)
|
||||
currencies (0.4.2)
|
||||
daemons (1.1.9)
|
||||
dante (0.2.0)
|
||||
database_cleaner (1.3.0)
|
||||
debug_inspector (0.0.2)
|
||||
debugger-linecache (1.2.0)
|
||||
|
|
@ -483,6 +484,10 @@ GEM
|
|||
sqlite3 (1.3.9)
|
||||
stripe (1.43.0)
|
||||
rest-client (~> 1.4)
|
||||
stripe-ruby-mock (2.3.0)
|
||||
dante (>= 0.2.0)
|
||||
multi_json (>= 1.0.0)
|
||||
stripe (>= 1.31.0, <= 1.43)
|
||||
term-ansicolor (1.3.2)
|
||||
tins (~> 1.0)
|
||||
thor (0.19.1)
|
||||
|
|
@ -618,6 +623,7 @@ DEPENDENCIES
|
|||
spring-commands-rspec
|
||||
sqlite3
|
||||
stripe
|
||||
stripe-ruby-mock
|
||||
timecop
|
||||
transitions
|
||||
turbolinks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue