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

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 21

  • @DannyRoyJenuil
    @DannyRoyJenuil 5 ปีที่แล้ว +1

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

  • @leanguardia
    @leanguardia 6 ปีที่แล้ว +4

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

  • @aksharjamgaonkar1677
    @aksharjamgaonkar1677 3 ปีที่แล้ว

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

    • @brettcodes
      @brettcodes  3 ปีที่แล้ว

      Thanks for the kind words!

  • @SXCRD
    @SXCRD 7 ปีที่แล้ว +6

    You absolute gentleman!

  • @osyopans
    @osyopans 3 ปีที่แล้ว +2

    Awesome work man. Thanks.

    • @brettcodes
      @brettcodes  3 ปีที่แล้ว +1

      Thanks for the kind words!

  • @chrisjwelly
    @chrisjwelly 5 ปีที่แล้ว +1

    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?

    • @brettcodes
      @brettcodes  3 ปีที่แล้ว +1

      Yup! In Tmux, if you do Leader+[ (for me, this is pressing Ctrl and z at the same time and then [), it turns into a scrollable area where you can navigate. Scrolling with my trackpack on MacOS works too. Sorry if this is odd to describe in a comment. Searching for scrolling a Tmux pane should help!

  • @grf0
    @grf0 2 ปีที่แล้ว

    Ah the sound of your keyboard is just great

  • @cruzej2228
    @cruzej2228 ปีที่แล้ว

    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

  • @heindrikbernabe7055
    @heindrikbernabe7055 6 ปีที่แล้ว

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

  • @alfredmadere9030
    @alfredmadere9030 4 ปีที่แล้ว +1

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

    • @brettcodes
      @brettcodes  3 ปีที่แล้ว +1

      Thanks for this feedback! I'm working on some other videos with TDD and RSpec at the core with plain Ruby that I hope will help fill the gap between the first and second episodes. Let me know if there are any topics surrounding RSpec that you'd like more deep dives on!

  • @obelich
    @obelich 7 ปีที่แล้ว +1

    Wow esta genial este tutorial :) gracias

  • @erinclaudio9211
    @erinclaudio9211 ปีที่แล้ว

    Thank you

  • @sss-kd9md
    @sss-kd9md 3 ปีที่แล้ว

    Editor name and terminal name please.

    • @brettcodes
      @brettcodes  3 ปีที่แล้ว

      I'm using iTerm on MacOS with Tmux + Vim with the default light color scheme!

  • @ZhengCheng
    @ZhengCheng 5 ปีที่แล้ว +1

    nice