Skip to content

Commit 53f5e24

Browse files
committed
Add video & details to Ep 03 README
1 parent 6d377d0 commit 53f5e24

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

episode-03/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# Test Driven RSpec - Episode 03, Configuring RSpec
22

3-
[Watch the screencast on YouTube.](https://www.youtube.com/watch?v=)
3+
[Watch the screencast on YouTube.](https://www.youtube.com/watch?v=mHPKEdgLirA)
44

55
The completed code from Episode 03. This episode covers configuring
66
RSpec for use with Ruby on Rails.
77

8+
This episode goes into detail on:
9+
10+
- The `.rspec` file
11+
- `spec/spec_helper.rb`, its various options, and when to require it
12+
- RSpec `spec/examples.txt` and using `--only-failures`
13+
- RSpec output formats
14+
- RSpec slow test profiling options
15+
- RSpec test seed and its importance
16+
- `spec/rails_helper.rb`, its various options, and when to require it
17+
- Requiring and including `spec/support/` code in specs
18+
819
Install the dependencies `bundle install` and run the specs with `bin/rspec`.
920

1021
Software used:

0 commit comments

Comments
 (0)