Hacker News new | ask | show | jobs
by jamie_ca 1869 days ago
The biggest benefit in my mind of rspec-given is that it allows you to combine the speed benefits of running the test setup once (When) with the clarity of granular assertions that report failures independently (Then).