/simple-checkout

Example of simple Checkout using pricing rules and TDD

Primary LanguageRuby

simple-checkout

Example of simple Checkout using pricing rules and TDD

install

go to the root path and install gems using bundle

bundle install

validate all

run rspec to validate all models and services

rspec --format documentation

checkout test

run rspec of checkout service

rspec spec/services/checkout_spec.rb --format documentation