Monologue
Sample application to demonstrate TDD and design patterns in JavaScript
Install / Use
/learn @bkeepers/MonologueREADME
This is a demo application to accompany my talk The Plight of Pinocchio: JavaScript's quest to become a real language
Running the Tests
The integration tests use Cucumber and the unit tests use Evergreen, both of which are Ruby projects.
-
Install Ruby
-
Install bundler
gem install bundler -
From the directory that this file is in, run:
bundle -
Run the cucumber tests with:
bundle exec cucumber -
Run the unit tests with:
bundle exec evergreen run
