Part 3 integrates the functionality that has gone to the helper back into the steps.
read more ... - Company Blog
Speccing steps with step_eval, implementing them and finally drying up with a helper
Speccing steps with step_eval and implementing them.
StepSpecr provides a ‘testing’ framework for speccing Given/When/Then steps within Rspec examples. This lets you implement GWT-steps the BDD way.
An OmniGraffle Stencil that provides domain modeling for rails applications.
Ruby on Rails. PHP. Wordpress. Full Service.
Create objects with ease: create_user, create_model :attribute => ‘value’, ...
ModelFactory is available as a Rails plugin. It provides a way to construct model objects from a configuration hash.
read more ...$ ruby script/plugin install git://github.com/mhennemeyer/model_factory.git
OutputCatcher is available as a gem and as a Rails plugin. It provides a way to capture the standard out($stdout) or standard error($stderr) of your code without pain and suppresses the output of the ‘err’ or ‘out’ stream.
$ gem install mhennemeyer-output_catcher —source=http://gems.github.com
For rails:
read more ...$ ruby script/plugin install git://github.com/mhennemeyer/output_catcher.git
Basic deployment and server setup: Rails Server Up & Running