<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I've been thinking about the structure of the rspec story stuff, and I've come up with this for my first post: &nbsp;<div><span class="Apple-style-span" style="color: rgb(64, 64, 64); font-family: Verdana; line-height: 18px; "><pre>stories/ # top level to contain all of our story related stuff
  stories/helper.rb # top level helper
  stories/helpers/ # other helpers like custom matchers and other libs
  stories/steps/ # steps go here
  stories/features/ # top level for features
  stories/features/feature/ # stories for a feature 
  stories/features/feature/ # stories for another feature</pre><pre><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; line-height: normal; white-space: normal; ">I've posted a blog entry with a rake task and the stories/helper.rb at&nbsp;<a href="http://smartic.us/2007/12/22/smarticus-rspec-stories-on-rails">http://smartic.us/2007/12/22/smarticus-rspec-stories-on-rails</a></span></pre><pre><font class="Apple-style-span" color="#000000" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px; line-height: normal; white-space: normal;"><br class="webkit-block-placeholder"></span></font></pre><pre><font class="Apple-style-span" color="#000000" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px; line-height: normal; white-space: normal;"><br class="webkit-block-placeholder"></span></font></pre></span></div></body></html>