-
Go’s interface provides a way to abstract away things like your database for
testing.
-
Combine multiple test types for an optimal suite.
-
Use fake API servers everywhere, not just in tests.
-
Our testing library introduces some backward-incompatible changes as well as new bugfixes and features.
-
Incorporate incoming webhook requests in your feature testing.
-
Pre-order our new book to learn how to test Rails applications effectively.
-
Run single specs and entire features with vim-rspec.
-
Learn how to build a fast, low-latency API with Phoenix and Postgres.
-
What benefits do test spies have compared to mocks in our isolated unit tests?
-
Learn to TDD your Dockerfiles with RSpec and ServerSpec.