- TDD with RSpec
- Goal: run
specfiles with RSpec for TDD- basics of Ruby with RSpec gem
rspec 01_hello/hello_spec.rbrspec 02_student/student_spec.rbruby 07_blackjack/blackjack_runner.rb
@@products.map(&:name)is the same as@@products.map { |item| item.name }
- install and configure rbenv
- create
.ruby-versionfile and populate with ruby version