Skip to content

Instantly share code, notes, and snippets.

@joelr
Created February 1, 2013 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joelr/4690768 to your computer and use it in GitHub Desktop.
Save joelr/4690768 to your computer and use it in GitHub Desktop.
Random purchaser
cart = Cart.new
cart.add_product RandomProduct.find
puts cart.total
cart.pay
#Gives me:
$ ruby app.rb
Adding Motion Activated Flashing RGB LED Wheel Lights for Bikes and Cars (2-Pack)
Price 2.99
Final total 2.99
Checkout by Credit Card Completed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment