Radoslav Stankov's testing strategy for ViewComponents: don't unit-test them individually. Instead, write one Capybara smoke test that iterates over every Lookbook preview page, opens it, and asserts it doesn't blow up. Business-logic coverage comes from end-to-end tests. For a real component library this approach could be extended to visual regression tests (screenshot + diff).