Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdavis/tdd-vs-bdd

Test-driven development vs Behavior-driven development example.
https://github.com/jdavis/tdd-vs-bdd

Last synced: about 2 months ago
JSON representation

Test-driven development vs Behavior-driven development example.

Awesome Lists containing this project

README

        

tdd-vs-bdd
==========

## About

This code goes along with the article I posted on my website: [The Difference
Between TDD and BDD][post].

[post]: http://joshldavis.com/2013/05/27/difference-between-tdd-and-bdd/

## Running

Just clone the repository and then run the following commands:

```bash

# Install packages
$ npm install

# Run tests
$ grunt

```