Skip to content

bzitzow/sales_tax_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sales Tax Calculator

An exercise in TDD in OOP Design in Ruby

  1. Clone repository

    git clone git@github.com:bzitzow/sales_tax_calculator.git

  2. Install Ruby 2.1.1

    rvm install ruby-2.1.1 rvm --default use 2.1.1

  3. Install gems

    gem install bundler bundle exec install

  4. Run tests

    rspec test/ --color -f d

  5. Run Demo

    ruby ./sales_tax_calculator.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages