1 - QUIZ TDD and RSpec Methods.html
1 - Welcome to RSpec
1 - official rspec website.zip
1 - public github repo for rspec.zip
2 - About Me
2 - Removing Duplication.html
3 - Unit Tests vs EndtoEnd E2E Tests
4 - Setup Ruby on macOS Computers.html
4 - github repo for the rbenv ruby version manager.zip
4 - homebrew package manager website.zip
5 - Setup Ruby on Windows Computers.html
6 - Install RSpec
7 - Install Visual Studio Code for macOS.html
7 - website for the visual studio code text editor.zip
8 - Start a Project with rspec init
9 - Download Course Files Optional.html
9 - rspec-course.zip
9 - rspec-course-incomplete.zip
10 - TestDriven Development
11 - The describe Method
11 - rspec documentation for the describe method.zip
12 - The it Method
12 - rspec documentation for the it method.zip
13 - The expect and eq Methods
13 - rspec documentation for the expect instance method.zip
13 - rubydoc documentation for rspec matchers.zip
14 - Reading Failures
15 - Making the Specs Pass
16 - Multiple Examples in Example Group
17 - Fixing Failing Specs Again
18 - Reducing Duplication Before Hooks and Instance Variables
19 - Reducing Duplication Helper Methods
20 - Problems With Mutation
21 - Reducing Duplication The let Method
22 - Custom Error Messages
23 - The context Method and Nested Describes
24 - before and after Hooks
24 - rspec documentation for before and after hooks.zip
25 - Nested Logic Hooks
25 - rspec documentation for before and after hooks.zip
26 - Nested Logic Overwriting Let Variables