This document discusses using Ruby testing techniques with C# and ASP.NET. It begins by explaining how the mindset and practices of Ruby testing, such as test-driven development (TDD) and behavior-driven development (BDD), can be applied. It then provides examples of writing Ruby-style tests for C# code using tools like RSpec and describes testing strategies like sharing examples across tests. The document advocates an outside-in approach of writing acceptance tests first before unit tests.