- git clone 'https://github.com/ltarar/bank_tech_test'
- cd bank_tech_test
- irb
- require './lib/atm.rb' to access the file.
- Deposits
- Withdrawals
- Print Account statement
- Data can be kept in memory
- Ruby
- Rspec
- Offers multiple tests to check user requirements
The motivation behind this program was that to:
- to improve on my tech test skills
- write good quality code
- to test-drive my code
- know my language works