Testing Best Practices (In Ruby/Rails)

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

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

  • @peytorb
    @peytorb 7 ปีที่แล้ว +5

    The clear test failures example was excellent. Thank you for putting that together.

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

      Agreed! Though I would move the map(&:name) down inside the expect(users) to make expect(users.map(&:name)). I suppose it's a verification concern, and not something specific to the exercise-step.

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

    can I have the repository?