---
title: Updated Test-Driven Rails Videos
teaser:
tags: news,web,upcase,testing,rails
author: Josh Clayton
published_on: 2014-11-18
---

I'm happy to announce that we've updated the content for our popular
[Test-Driven Rails course][test-driven-rails] on [Upcase][upcase]. What's
changed?

## Updated Gems, including Rails 4 and RSpec 3

We've updated the course to take advantage of newer versions of Ruby, Rails,
RSpec, and Capybara, allowing viewers to better follow along as we test-drive
an application.

## Shorter, More Focused Videos

We've broken them up further into fifteen-minute videos so they're easier to
digest. Additionally, we've introduced more prominent intermissions, providing
viewers the opportunity to pause the videos and write code on their own.

## Upcase Exercises

We've also factored in other feedback from users, like locking to specific
versions in the `Gemfile`. With this baseline series, we've added new
additional exercises like scoping selectors with Capybara or consolidating
page interaction within a page object.

[Sign up for the video tutorial today][test-driven-rails] to level up your
testing abilities!

[test-driven-rails]: https://thoughtbot.com/upcase/test-driven-rails?utm_medium=blog&utm_campaign=updated-test-driven-rails-content&utm_source=giantrobots
[upcase]: https://thoughtbot.com/upcase/
