test/sample.rb in direction-0.0.3 vs test/sample.rb in direction-0.0.4
- old
+ new
@@ -78,6 +78,9 @@
@kitchen = Kitchen.new
@server = Server.new(@kitchen)
@manager = MicroManager.new(@server)
@customer = Customer.new(@server)
@manager
-end
+end
+
+# Try loading this in the console and interact to make food using @manager vs. @customer
+# @customer.order_food('burrito').pay_bill vs. ... lots of commands for @manager
\ No newline at end of file