Skip to content

costajob/gherkin_course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Scope

This repository is the companion Ruby code to the Gherkin crash course i presented for my team mates.

Bank Account

I created a plain simple bank account class to test balance, deposit, withdraw and PIN reset functionalities.

Usage

Install dependencies by using bundler:

bundle install

Once done run Cucumber specs by:

bundle exec cucumber

Run unit tests by:

rake

Releases

No releases published

Packages

No packages published