public
Description: RSpec stories generator for Ruby on Rails applications
Clone URL: git://github.com/michaelklishin/storygen.git
Search Repo:
storygen / README
100644 19 lines (10 sloc) 0.37 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Storygen
========
 
Storygen is a simple Rails generator for RSpec Stories framework.
 
 
Example
=======
 
Storygen is used just like any other Ruby on Rails generator:
 
./script/generate rspec_story <story name>
 
or, in case you want to remove generated story:
 
./script/destroy rspec_story <story name>
 
Copyright (c) 2008 Michael Klishin, released under the MIT license