This Rails 4.2.5 App Displays a customer's bill in a user friendly manner.
To run the app CD into the app's directory and enter 'bundle install' Then enter 'rails s' and navigate to http://localhost:3000/ in your browser
To run rspec tests type 'bundle exec rspec' to run the cucumber tests type 'bundle exec cucumber'
A deployed version of the app can be found here https://enigmatic-cove-51801.herokuapp.com/ Please note that this has been deployed on the free tier of Heroku's servers so you my experience a short delay on initial load. The source code can be found here https://github.com/markhgbrewster/bill