Skip to content

Nirvikalpa108/atm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank ATM

Summary

This is a simple bank 'ATM' application.

Setup

Ensure you have installed Ruby, Rubygems (a package manager framework for Ruby) and Bundler (a Ruby gem management gem).

Run the test suite

  1. Fork this repo (for instructions, see here)

  2. Navigate to the repo directory in your terminal (check out these links for mac, windows or linux for instructions)

  3. Install gems: bundle install

  4. Run tests: rspec spec

User stories

  • User can make deposits and withdrawals.
  • User should not be able to withdraw more money than they have in their account.
  • User can print their account statement which should show date, amount withdrawn/deposited and balance.
  • The account statement should be printed in descending order (latest date first).
  • User can print their account statements for a specific month.

About

A bank ATM written using TDD and Ruby!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages