File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
55The completed code from Episode 03. This episode covers configuring
66RSpec 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+
819Install the dependencies ` bundle install ` and run the specs with ` bin/rspec ` .
920
1021Software used:
You can’t perform that action at this time.
0 commit comments