A Case For Cucumber
mattvanhorn.com1 pointsby mattvanhorn0 comments
Then 'the current subscription payment date should be tomorrow' do
verify_next_payment_date(Date.today + 1)
end
Since I start with the Gherkin file, I type less than 10 keystrokes to make the step.