Sha256: df16acc2e1fca20883c3b6c62964671aed7a2e4e496a2efe57c494a1840d375b

Contents?: true

Size: 1.2 KB

Versions: 3

Compression:

Stored size: 1.2 KB

Contents

Decoct: Quick start Sinatra with Rspec
=====================================

Decoct is a simple gem that creates a sinatra app directory structure and hooks it up with Rspec.

Installing
---------

Install the gem: gem install andhapp-decoct -s http://gems.github.com (on Windows)

Dependencies
-----------

The gem depends on the following libraries:

* rspec
* ZenTest
* growl  
* redgreen
* rcov

growl is the Mac OS X messaging system and there are a plethora of articles detailing its installation. Google 'growl Mac OS X' and you would definately encounter some useful results.


Usage
----

Assuming that you have installed the gem. Use the command line and go to the directory where you would like to create
the new project and run the following command:

decoct {project-name}

This would create a sinatra project with all the rspec dependencies. If a directory with the same name exists it will 
overwrite it. Just go into the directory on your command line and run the following command:

RSPEC=true autotest

and finally run the following command:

autotest

Issues
-----

I have spotted one existing issue with it and it is documented here: 
[Decoct - Issue1][issue].

[issue]: http://github.com/andhapp/decoct/issues 

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
andhapp-decoct-1.7.4 README.markdown
andhapp-decoct-1.8.4 README.markdown
andhapp-decoct-1.9.5 README.markdown