Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 309 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 309 Bytes

Requirements

  • Ruby 2.3.1
  • Rails 5.1.6.2
  • Mysql2

DB creation

  • rsils db:create
  • rails db:migrate
  • rails db:seed

Test Case Run

bundle exec rspec

Note: Seed file generate magager and sign_up creats normal user. Manager can deposit amount to any account and normal user can withdraw amount.