聚餐:mod1运动 源码
便饭 指示 分叉此存储库 将分叉的存储库克隆到计算机。 完成以下活动。 将您的解决方案推向您的分叉仓库 从您的存储库向该存储库提交拉取请求 在您的公关中写下您的名字! 迭代1 使用TDD创建可响应以下交互方式的Dish类: pry ( main ) > require './lib/dish' #=> true pry ( main ) > dish = Dish . new ( "Couscous Salad" , :appetizer ) #=> # pry ( main ) > dish . name #=> "Couscous Salad" pry ( main )
文件列表
potluck-main.zip
(预估有个9文件)
potluck-main
Gemfile
158B
Gemfile.lock
535B
.rspec
30B
spec
dish_spec.rb
300B
potluck_spec.rb
3KB
spec_helper.rb
5KB
lib
dish.rb
128B
暂无评论