123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- - title: "Learning how to test our Ruby code with Minitest"
- speaker: "Noob and Tube"
- slug: how-to-minitest
- description: "A short intro to Minitest"
- site: youtube
- id: QfaMvCr0sYA
- license: youtube
- - title: "MiniTest: Write Awesome Tests"
- speaker: "Michael J.I. Jackson"
- slug: write-awesome-tests
- description: ""
- site: youtube
- id: 6hBghQ-Ic_o
- license: confreaks
- - title: "Fast Rails Tests"
- speaker: "Corey Haines"
- slug: fast-rails-tests
- description: "If you just use Ruby, you can run your tests really fast."
- site: youtube
- id: bNn6M2vqxHE
- license: confreaks
- - title: "The Magic Tricks of Testing"
- speaker: "Sandi Metz"
- slug: testing-magic-trick
- description: ""
- site: peertube
- id: "185900de-0252-4f1d-ac36-39fe0ec37768"
- license: confreaks
- - title: "Why You Don't Get Mock Objects"
- speaker: "Gregory Moeck"
- slug: getting-mock-objects
- description: "Mock roles, not objects, and other mocking suggestions"
- site: youtube
- id: R9FOchgTtLM
- license: confreaks
- - title: "Integrated Tests Are A Scam"
- speaker: "J.B. Rainsberger"
- slug: integrated-tests-scam
- description: ""
- site: vimeo
- id: 80533536
- license: by-nc-nd
- - title: "Interfaces Not Required"
- speaker: "James Thompson"
- slug: interfaces-not-required
- description: >
- Interfacing in Ruby through duck typing, and ideas on how to check for its
- behavior rather than implementation.
- license: confreaks
- id: uIK9jhLsdKI
- site: youtube
- - title: "Some Truths About Some Lies About Testing"
- speaker: "David Brady"
- slug: truths-on-lies-about-testing
- description: >-
- How emphasis on testing behaviour can affect implementation rules, and design.
- license: confreaks
- id: TkbkCzwg6b8
- site: youtube
- - title: "Size Doesn't Matter"
- speaker: "Ryan Davis"
- slug: size-doesnt-matter
- description: ""
- license: confreaks
- id: ypgW_HwOg_0
- site: youtube
- - title: "Writing a Test Framework From Scratch"
- speaker: "Ryan Davis"
- slug: test-framework-from-scratch
- description: ""
- license: confreaks
- id: 56ZB3XBjMxc
- site: youtube
- - title: "Boundaries"
- speaker: "Gary Bernhardt"
- slug: boundaries
- description: ""
- id: yTkzNHF6rMs
- site: youtube
- license: confreaks
- - title: "Kata and Analysis"
- speaker: "Jim Weirich"
- slug: kata-analysis
- description: ""
- id: WBJ3hdcM7G8
- site: youtube
- license: not-available
- - title: "MiniTest: Refactoring Test Unit and RSpec"
- speaker: "Jared Ning"
- slug: minitest-refactoring-frameworks
- description: >
- Differences, and similarities, among Ruby testing frameworks.
- license: confreaks
- id: IHB__duBuT0
- site: youtube
- - title: "Deconstructing the framework"
- speaker: "Gary Bernhardt"
- slug: deconstructing-the-framework
- description: ""
- id: iUe6tacW3JE
- site: youtube
- license: confreaks
- - title: "Yay! Mocks!"
- speaker: "Corey Haines"
- slug: yay-mocks
- description: ""
- id: t430e6M5YAo
- site: youtube
- license: confreaks
- - title: "What it Means to Have Good Test Coverage"
- speaker: "Arjun Sharma"
- slug: what-is-good-test-coverage
- description: ""
- id: rbWUxRNawIw
- site: youtube
- license: confreaks
- - title: "Fast Test, Slow Test"
- speaker: "Gary Bernhardt"
- slug: fast-test-slow-test
- description: ""
- id: RAxiiRPHS9k
- site: youtube
- license: youtube
- - title: "The deep synergy between testability and good design"
- speaker: "Michael Feathers"
- slug: testability-and-good-design-synergy
- description: ""
- id: 4cVZvoFGJTU
- site: youtube
- license: youtube
- - title: "To Mock or Not to Mock"
- speaker: "Justin Searls"
- slug: to-mock-or-not-to-mock
- description: ""
- id: TU3glG08BJI
- site: youtube
- license: confreaks
- - title: "A Big Look at MiniTest"
- speaker: "Mark Bates"
- slug: big-look-at-minitest
- description: ""
- id: 89cog2Hj7lg
- site: youtube
- license: confreaks
- - title: "BDD Discussion - REST API"
- speaker: "J. B. Rainsberger"
- slug: bdd-rest-api
- description: ""
- id: 0xlrfd-CDN4
- site: youtube
- license: youtube
- - title: "SOLID and TDD, Sitting in a Tree"
- speaker: "Mike Nicholaides"
- slug: solid-and-tdd
- description: ""
- id: FidRcixHQos
- site: youtube
- license: confreaks
|