Convert feature files to BDDfy Nunit 2 C# Tests (similar to specflow)
it takes a *.feature file, like in the following example, to generate the BDDfy tests.
Feature: Account Holder withdraws cash
As an Account Holder
I want to withdraw cash from an ATM
So that I can get money when the bank is closed
Scenario 1: Card has been disabled
Given a credit-card is disabled
When the Account Holder requests $20
Then the ATM should retain the card
And the ATM should say the card has been retained