Shopping Basket is a Ruby application that prints out the receipt details for shopping baskets.
Use the package manager gem to install rspec.
gem install rspec
The Test cases are defined in reciept.rb. The following command can be used to verify if the test cases are running properly.
cd spec
rspec reciept.rb