Skip to content

sogamoso/stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is intended as a gentle introduction to TDD/DBB for people who have not experienced it before. We all know what a stack does, so let's focus on the running tests and letting those tests drive the implementation.

I used this a part of the TDD Fundamentals talk I gave at Bogota Ruby Meetup, you can find the slides here.

Instructions

  • Fork this project and clone it locally
  • Run bundle
  • Run bundle exec rspec spec/ --color --format doc
  • Make tests pass
  • Refactor

About

RSpec examples for a simple Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%