https://github.com/brettchalupa/test-driven-rspec
A 7-episode screencast series on using TDD with RSpec
https://github.com/brettchalupa/test-driven-rspec
rspec ruby ruby-on-rails screencast-series test-driven-development
Last synced: 6 months ago
JSON representation
A 7-episode screencast series on using TDD with RSpec
- Host: GitHub
- URL: https://github.com/brettchalupa/test-driven-rspec
- Owner: brettchalupa
- License: other
- Created: 2016-12-11T21:17:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T10:51:20.000Z (about 2 years ago)
- Last Synced: 2023-04-10T23:06:23.240Z (about 2 years ago)
- Topics: rspec, ruby, ruby-on-rails, screencast-series, test-driven-development
- Language: Ruby
- Homepage: https://code.brettchalupa.com/test-driven-rspec
- Size: 45.9 KB
- Stars: 10
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Test Driven RSpec
A screencast series on testing driving Ruby code with RSpec. This repo
contains information about the series and the code from each episode.[The Test Driven RSpec playlist on YouTube.](https://www.youtube.com/playlist?list=PLr442xinba86s9cCWxoIH_xq5UE9Wwo4Z)
## Episode List
- [Episode 01 - A Simple Class](https://www.youtube.com/watch?v=K6RPMhcRICE)
- [Episode 02 - Testing a Rails API](https://www.youtube.com/watch?v=Wb3oIfiLdZU)
- [Episode 03 - Configuring RSpec](https://www.youtube.com/watch?v=mHPKEdgLirA)
- [Episode 04 - Unit Testing Models](https://www.youtube.com/watch?v=Vwb5LalpRwI)
- [Episode 05 - Capybara Basics](https://www.youtube.com/watch?v=nsj7nBslgnk)
- [Episode 06 - Refactoring Routes](https://www.youtube.com/watch?v=e87JhhrZW7s)
- [Episode 07 - Viewing and Adding Records](https://www.youtube.com/watch?v=4fIuxdeQxR0)## Download the Series
The entire series is available to watch for free on YouTube. If you'd
like to download the episodes, you can [purchase it for
$5](https://gumroad.com/l/test-driven-rspec). That will help support the
creation of more screencasts.## LICENSE
Copyright (c) 2016-2017 Brett Chalupa
Video content and text are copyright Brett Chalupa. The code for each epsiode
is licensed under the MIT license. See
[LICENSE.md](https://github.com/brettchalupa/test-driven-rspec/blob/master/LICENSE.md)
for full terms.