Testing a Rails API with Request Specs (Test Driven RSpec, Ep 02)

preview_player
Показать описание
Brett walks through the process of testing a Ruby on Rails API that returns JSON with RSpec request specs.

Software used:

- Ruby 2.4.2
- RSpec 3.6.1
- Rails 5.1.4
- Mac OS
- iTerm 2
- Vim
- Tmux

Let me know if you run into any issues or have any specific topics you'd like covered.
Рекомендации по теме
Комментарии
Автор

Thank you for making this video, kept coming back to watch this to remind myself of the fundamentals of testing using RSpec!

DannyRoyJenuil
Автор

This is such a brilliant series and such nicely explained. I am glad i found this sooner. Thanks @Brett for this,

aksharjamgaonkar
Автор

When I grow up I want to type as fast as you.
Thanks for the tutorial :)

leanguardia
Автор

Wow esta genial este tutorial :) gracias

obelich
Автор

Ah the sound of your keyboard is just great

grf
Автор

Thanks for this, really good way to get your feet wet for RSpec testing

heindrikbernabe
Автор

Hi, thanks for this! I am curious about terminal commands. At around 5:29, after the output of the tests are shown, you seemed to turn the terminal output into something that you can scroll. Could you share how you did that?

chrisjwelly
Автор

Hello my friend, I wanted to know what is causing an error that I have when executing some tests since the problem started after installing the gem as a super user and previously I had it with my normal user in fedora and it tells me index out of range

cruzej
Автор

There is a huge jump in technicality from the first video in the series to this one.

alfredmadere