Skip to content

Instantly share code, notes, and snippets.

View dvins's full-sized avatar
🚀
Ad Astra!

David Vins dvins

🚀
Ad Astra!
View GitHub Profile
public class TravisSpecs {
[Test]
public void WhenTravisGetsIntoAnotherFight() {
new ScenarioBuilder().
Given(TheStoryOfWhatHappenedToTravis())
When(TravisGetsInToANewFight()).
Then(HeRuns()).
Assert();
}