An open API service indexing awesome lists of open source software.

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

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.