In the test folder run the command
ruby flowershop_order.rb
to for processing the orders given in the exercise pdf.
To change the order, change the order files in test/order folder And pass the new order file name in FlowershopOrder class
Add this line to your application's Gemfile:
gem 'flower_shop'
And then execute:
$ bundle
Or install it yourself as:
$ gem install flower_shop
TODO: Write usage instructions here
- Fork it ( https://github.com/[my-github-username]/flower_shop/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request