Skip to content

Testing and building

sub edited this page Sep 13, 2010 · 1 revision

jsc makes use of several Open Source projects for developing, testing and building purposes.

Developing & Testing

Following a BDD approach I used aruba, which provides CLI Steps for Cucumber, and rspec.

You can find Cucumber features in /features directory, while specs are in /specs dir.

Building

jeweler is a tool for creating and managing Rubygem projects. It provides several rake tasks, you can see how use them to build your gem with the command
rake -T

Clone this wiki locally