Skip to content

efrence/checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

git clone https://github.com/efrence/checkout.git
cd checkout
bundle install

Run tests

rake test
Run options: --seed 19722

# Running:

...........

Finished in 0.001714s, 6417.7363 runs/s, 12252.0420 assertions/s.

11 runs, 21 assertions, 0 failures, 0 errors, 0 skips

Dependencies

Arrow indicates what the file depends on.

flowchart TD
  C[Checkout::SpecialsApplier] --> D[Checkout::DiscountDetector]
  A[main.rb] --> B[Checkout::Cart]
  B --> E[Checkout::Printer]
  B --> C
  A --> F[ProductCatalog] 
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages