RSpec Tutorial for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

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

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

    ⏰ Timestamps
    0:00 Introduction
    1:11 Gem install
    2:45 RSpec install
    2:59 Run Test Suite
    3:30 Generate a spec
    5:32 Writing our first spec
    7:11 Breaking the specs
    7:56 Breaking in practice
    8:39 Fixing specs
    8:58 Push to GitHub
    10:44 Closing notes

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

    Thank you for considering testing, it will helpful to have more rspec videos

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

      Definitely let me know if you have any testing related topics you would like me to cover.

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

    Loved the video!!! Bear’s cousin really does look like a good boy!

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

    10:03 You made me laugh so hard haha
    My “coworker”, a golden retriever, is also very busy working with his toy to review my code right now.
    Thank you so much for your videos and all your help!
    Kisses to Bear 🥰

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

    Thanks a lot for the video. It help me a lot. More RSpec videos please! 👌👌👌

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

    Great tutorial Thomas!

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

      Thanks Conner, glad you liked it! Let me know if there are other topics you want me to cover

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

    Nice! Thanks for making this video!

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

      No problem, please let me know if there are any related topics you would like me to cover!

  • @SS-li3ft
    @SS-li3ft 2 ปีที่แล้ว

    Nice video, it really help me alot to understand the basics. Can you please do a session for test the user controller like show edit contents.

  • @bernard2560
    @bernard2560 2 ปีที่แล้ว +1

    My family has the same dog, subscribed!

    • @BrainTrustDigital
      @BrainTrustDigital  2 ปีที่แล้ว +1

      Love this! What’s your dogs name?

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

      @@BrainTrustDigital Florek (it's short from of latin name Florian in polish, so it might sound odd in English)

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

    Thank you for this video!

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

      Glad I could help! Please let me know if there’s any topics you would like me to cover.

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

    Thank u so much for this.

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

    HI O have a error
    An error occurred while loading ./spec/models/order_spec.rb.
    Failure/Error: require 'rails_helper'
    could you tell how to fix this error? thanks very much.

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

    Hey👋,
    any idea how to solve this one👇
    An error occurred while loading ./spec/models/user_spec.rb. - Did you mean?
    rspec ./spec/spec_helper.rb
    Failure/Error: require File.expand_path('../config/environment', __dir__)
    LoadError:
    cannot load such file -- rexml/document

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

      followed your steps and error occur in 5:00 of your video
      Thank you for your time