Sha256: dfd8141cc11f475f194fba2ebe83f58c01de6fbe81593a0a141b5bb979d9520f
Contents?: true
Size: 1010 Bytes
Versions: 2
Compression:
Stored size: 1010 Bytes
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: sudo gem install andhapp-decoct -s http://gems.github.com (on Mac) Dependencies ----------- The gem depends on the following libraries: * rspec * ZenTest * 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 definitely 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
andhapp-decoct-1.9.6 | README.markdown |
andhapp-decoct-1.9.7 | README.markdown |